Skip to content

Commit 393569b

Browse files
committed
Merge pull request laravel#3294 from MarkRedeman/master
Added QUEUE_DRIVER to .env.example
2 parents 6249969 + 43f66d5 commit 393569b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DB_PASSWORD=secret
99

1010
CACHE_DRIVER=file
1111
SESSION_DRIVER=file
12+
QUEUE_DRIVER=sync
1213

1314
MAIL_DRIVER=smtp
1415
MAIL_HOST=mailtrap.io

0 commit comments

Comments
 (0)