Commit d84c4990 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3891 from socieboy/develop

[5.3] Add BROADCAST_DRIVER on .env
parents e596cef0 8998cf55
......@@ -14,6 +14,7 @@ DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
BROADCAST_DRIVER=log
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment