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 d6550aa commit 48dcc35Copy full SHA for 48dcc35
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "classiebit/anofie",
+ "name": "classiebit/anofie-docs",
3
"type": "project",
4
"description": "Anofie Lite Docs",
5
"keywords": [
config/larecipe.php
@@ -69,7 +69,7 @@
69
*/
70
71
'cache' => [
72
- 'enabled' => env('APP_ENV') == 'staging' && env('APP_DEBUG') == true ? true : false,
+ 'enabled' => env('APP_ENV') == 'staging' && env('APP_DEBUG') == false ? true : false,
73
'period' => 25200 // 7 days -- value in minutes
74
],
75
0 commit comments