Commit 0e017952 authored by Nicolas Widart's avatar Nicolas Widart

Adding the app cache config option

parent db63884d
......@@ -15,6 +15,15 @@ return [
'debug' => env('APP_DEBUG'),
/*
|--------------------------------------------------------------------------
| Application cache
|--------------------------------------------------------------------------
| Set this to true to use the cache decorators, this will greatly improve
| the application speed and performance
*/
'cache' => env('APP_CACHE', false),
/*
|--------------------------------------------------------------------------
| Application URL
......
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