Skip to content

Commit

Permalink
Merge pull request laravel#3811 from jerguslejko/fix/supported-driver…
Browse files Browse the repository at this point in the history
…s-docs

List supported drives in cache and broadcasting configs
  • Loading branch information
taylorotwell authored Jun 15, 2016
2 parents 767801a + a20533c commit 47d7e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/broadcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 2 additions & 0 deletions config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 47d7e2d

Please sign in to comment.