8000 updated .env.sample · readymadehost/laravel-dev-docker@edb78f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit edb78f2

Browse files
committed
updated .env.sample
1 parent 2fb941d commit edb78f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ NGINX_PORT=8080
1111
###> php configuration ###
1212

1313
# php version
14+
# ie: 7.1, 7.2, 7.3 and 7.4
1415
PHP_VERSION=7.4
1516

1617
# php fpm expose port
@@ -108,7 +109,7 @@ MAILCATCHER_PORT=8280
108109
######################################
109110
###> laravel horizon configuration ###
110111

111-
LARAVEL_ENABLE_HORIZON=0
112+
LARAVEL_ENABLE_HORIZON=1
112113

113114
###< laravel horizon configuration ###
114115
######################################

0 commit comments

Comments
 (0)
0