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 25749d7 commit aba4ca8Copy full SHA for aba4ca8
README.md
@@ -25,6 +25,8 @@ This is the contents of the published config file:
25
```php
26
return [
27
28
+ 'enabled' => env('BLADE_CACHE_DIRECTIVE_ENABLED', true),
29
+
30
'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
31
32
];
0 commit comments