working on some configuration changes.

This commit is contained in:
Taylor Otwell
2014-12-03 21:59:42 -06:00
parent 2fc313b8b1
commit 48d1a0ce36
11 changed files with 6 additions and 208 deletions

View File

@@ -15,7 +15,7 @@ return [
|
*/
'driver' => 'file',
'driver' => getenv('CACHE_DRIVER') ?: 'file',
/*
|--------------------------------------------------------------------------