Skip to content

Commit 0e01795

Browse files
committed
Adding the app cache config option
1 parent db63884 commit 0e01795

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/app.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515

1616
'debug' => env('APP_DEBUG'),
1717

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+
1827
/*
1928
|--------------------------------------------------------------------------
2029
| Application URL

0 commit comments

Comments
 (0)