Commit 2aebf5f0 authored by Nicolas Widart's avatar Nicolas Widart

Adding app cache config option back

parent 4bb21fca
APP_ENV=local APP_ENV=local
APP_DEBUG=true APP_DEBUG=true
APP_CACHE=false
INSTALLED=false INSTALLED=false
APP_KEY= APP_KEY=
APP_URL=http://localhost APP_URL=http://localhost
......
...@@ -13,6 +13,15 @@ return [ ...@@ -13,6 +13,15 @@ return [
*/ */
'name' => 'My Application', 'name' => 'My Application',
/*
|--------------------------------------------------------------------------
| 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 Environment | Application Environment
......
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