Skip to content

Commit e608528

Browse files
authored
Merge branch 'master' into gearman
2 parents 044261b + cb910c5 commit e608528

14 files changed

Lines changed: 62 additions & 19 deletions

File tree

.github/FUNDING.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DO NOT CHANGE THIS FILE PLEASE.
2+
3+
open_collective: laradock
4+
ko_fi: laradock
5+
issuehunt: laradock
6+
custom: ['beerpay.io/laradock/laradock', 'paypal.me/mzmmzz']

.github/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,28 @@
1616
<h4 align="center" style="color:#7d58c2">Use Docker First - Then Learn About It Later</h4>
1717

1818
<p align="center">
19-
<a href="http://zalt.me"><img src="http://forthebadge.com/images/badges/built-by-developers.svg" alt="forthebadge" width="240" ></a>
19+
<a href="http://zalt.me"><img src="http://forthebadge.com/images/badges/built-by-developers.svg" alt="forthebadge" width="240"></a>
2020
</p>
2121

2222

2323
---
2424

2525
<p align="center">
2626
<a href="http://laradock.io">
27-
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/documentation-button.png" width=300px" alt="Laradock Docs"/>
27+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/documentation-button.png" width="300px" alt="Laradock Documentation"/>
2828
</a>
2929
</p>
3030

31-
3231
## Sponsors
3332

33+
<p align="center">
34+
<!-- Golden Sponsors -->
35+
<a href="https://edubirdie.com/?ref=Laradock" target="_blank">
36+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/sponsor-1.png?raw=true" width="300px" alt="Writing essays service Edubirdie"/>
37+
</a>
38+
</p>
39+
40+
<!-- OpenCollective Sponsors -->
3441
<a href="https://opencollective.com/laradock/sponsor/0/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/0/avatar.svg"></a>
3542
<a href="https://opencollective.com/laradock/sponsor/1/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/1/avatar.svg"></a>
3643
<a href="https://opencollective.com/laradock/sponsor/2/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/2/avatar.svg"></a>
@@ -42,7 +49,7 @@
4249

4350
For basic sponsorships go to [Open Collective](https://opencollective.com/laradock#sponsor), for golden sponsorships contact <a href = "mailto: support@laradock.io">support@laradock.io</a>.
4451

45-
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page, with a link to your website.*
52+
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page.*
4653

4754
## People
4855

69.9 KB
Loading

DOCUMENTATION/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ googleAnalytics = "UA-37514928-9"
2626
permalink = "#"
2727

2828
# Custom assets
29-
custom_css = []
29+
custom_css = ["custom-style.css"]
3030
custom_js = []
3131

3232
# Syntax highlighting theme

DOCUMENTATION/content/documentation/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ docker-compose build php-fpm
250250
<br>
251251
<a name="Change-the-PHP-CLI-Version"></a>
252252
## Change the PHP-CLI Version
253-
By default **PHP-CLI 7.0** is running.
254253

255254
>Note: it's not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands & Composer. It doesn't serve your Application code, this is the PHP-FPM job.
256255

DOCUMENTATION/content/introduction/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Supports a variety of useful Docker Images, pre-configured to provide a wonderfu
2020
<a name="sponsors"></a>
2121
## Sponsors
2222

23+
<p align="center">
24+
<!-- Golden Sponsors -->
25+
<a href="https://edubirdie.com/?ref=Laradock" target="_blank">
26+
<img src="https://raw.githubusercontent.com/laradock/laradock/master/.github/home-page-images/sponsor-1.png?raw=true" width="300px" alt="Writing essays service Edubirdie"/>
27+
</a>
28+
</p>
29+
30+
<br>
31+
32+
<!-- OpenCollective Sponsors -->
2333
<a href="https://opencollective.com/laradock/sponsor/0/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/0/avatar.svg"></a>
2434
<a href="https://opencollective.com/laradock/sponsor/1/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/1/avatar.svg"></a>
2535
<a href="https://opencollective.com/laradock/sponsor/2/website" target="_blank"><img src="https://opencollective.com/laradock/sponsor/2/avatar.svg"></a>
@@ -31,7 +41,7 @@ Supports a variety of useful Docker Images, pre-configured to provide a wonderfu
3141

3242
For basic sponsorships go to [Open Collective](https://opencollective.com/laradock#sponsor), for golden sponsorships contact <a href = "mailto: support@laradock.io">support@laradock.io</a>.
3343
<br>
34-
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page, with a link to your website.*
44+
*Your logo will show up on the [github repository](https://github.com/laradock/laradock/) index page and the [documentation](http://laradock.io/) main page.*
3545

3646
## Quick Overview
3747

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* Custom CSS */
2+
3+
.article a {
4+
border-bottom: none;
5+
}
6+
.project .logo {
7+
width: 200px;
8+
padding-right: 0;
9+
}
10+
.project .banner {
11+
height: 70px;
12+
padding: 25px;
13+
}

DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="logo">
66
<img src="{{ $.Site.BaseURL }}{{ . }}">
77
</div>
8-
Laradock
8+
99
{{ end }}
1010
<!--<div class="name">-->
1111
<!--<strong>{{ .Site.Title }} {{ with .Site.Params.version }}<span class="version">{{ . }}</span>{{ end }}</strong>-->

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ services:
191191
- INSTALL_SSHPASS=${PHP_FPM_INSTALL_SSHPASS}
192192
- ADDITIONAL_LOCALES=${PHP_FPM_ADDITIONAL_LOCALES}
193193
- INSTALL_FFMPEG=${PHP_FPM_FFMPEG}
194+
- INSTALL_XHPROF=${PHP_FPM_INSTALL_XHPROF}
194195
- http_proxy
195196
- https_proxy
196197
- no_proxy
@@ -253,7 +254,7 @@ services:
253254
- INSTALL_PGSQL=${PHP_FPM_INSTALL_PGSQL}
254255
- INSTALL_BCMATH=${PHP_FPM_INSTALL_BCMATH}
255256
- INSTALL_MEMCACHED=${PHP_FPM_INSTALL_MEMCACHED}
256-
- INSTALL_AMQP=${PHP_FPM_INSTALL_AMQP}
257+
- INSTALL_SOCKETS=${LARAVEL_HORIZON_INSTALL_SOCKETS}
257258
- INSTALL_CASSANDRA=${PHP_FPM_INSTALL_CASSANDRA}
258259
volumes:
259260
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}

env-example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COMPOSE_PROJECT_NAME=laradock
3838
### PHP Version ###########################################
3939

4040
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.3 - 7.2 - 7.1 - 7.0 - 5.6
41-
PHP_VERSION=7.2
41+
PHP_VERSION=7.3
4242

4343
### Phalcon Version ###########################################
4444

@@ -225,6 +225,10 @@ NGINX_PHP_UPSTREAM_CONTAINER=php-fpm
225225
NGINX_PHP_UPSTREAM_PORT=9000
226226
NGINX_SSL_PATH=./nginx/ssl/
227227

228+
### LARAVEL_HORIZON ################################################
229+
230+
LARAVEL_HORIZON_INSTALL_SOCKETS=false
231+
228232
### APACHE ################################################
229233

230234
APACHE_HOST_HTTP_PORT=80

0 commit comments

Comments
 (0)