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.
2 parents d7cb685 + 5461b3a commit c6b2795Copy full SHA for c6b2795
config/blade-cache-directive.php
@@ -2,6 +2,6 @@
2
3
return [
4
5
- 'ttl' => 3_600,
+ 'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
6
7
];
0 commit comments