We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db63884 commit 0e01795Copy full SHA for 0e01795
config/app.php
@@ -15,6 +15,15 @@
15
16
'debug' => env('APP_DEBUG'),
17
18
+ /*
19
+ |--------------------------------------------------------------------------
20
+ | Application cache
21
22
+ | Set this to true to use the cache decorators, this will greatly improve
23
+ | the application speed and performance
24
+ */
25
+ 'cache' => env('APP_CACHE', false),
26
+
27
/*
28
|--------------------------------------------------------------------------
29
| Application URL
0 commit comments