Commit 7aa89977 authored by Nicolas Widart's avatar Nicolas Widart

Adding more cache configurations

parent 8f54fb86
......@@ -15,6 +15,13 @@ return [
'debug' => false,
/*
|--------------------------------------------------------------------------
| Application Cache
|--------------------------------------------------------------------------
*/
'cache' => true,
/*
|--------------------------------------------------------------------------
| Application URL
......
......@@ -15,7 +15,14 @@ return [
|
*/
'driver' => 'file',
'driver' => 'redis',
/*
|--------------------------------------------------------------------------
| The time items will be cached
|--------------------------------------------------------------------------
*/
'time' => 60,
/*
|--------------------------------------------------------------------------
......
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