List supported drives in cache and broadcasting configs

This commit is contained in:
Jerguš Lejko 2016-06-14 20:15:26 +02:00
parent 767801a317
commit a20533c511
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
| framework when an event needs to be broadcast. You may set this to
| any of the connections defined in the "connections" array below.
|
| Supported: "pusher", "redis", "log"
|
*/
'default' => env('BROADCAST_DRIVER', 'pusher'),

View File

@ -11,6 +11,8 @@
| using this caching library. This connection is used when another is
| not explicitly specified when executing a given caching function.
|
| Supported: "apc", "array", "database", "file", "memcached", "redis"
|
*/
'default' => env('CACHE_DRIVER', 'file'),