Redis configuration.

This commit is contained in:
Taylor Otwell 2015-04-27 15:52:54 -05:00
parent f8da2892bd
commit b7c237397b
1 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,11 @@
'app_id' => env('PUSHER_APP_ID'), 'app_id' => env('PUSHER_APP_ID'),
], ],
'redis' => [
'driver' => 'redis',
'connection' => 'default',
],
], ],
]; ];