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 c6b2795 + 51eefa2 commit 02e3464Copy full SHA for 02e3464
README.md
@@ -25,7 +25,7 @@ This is the contents of the published config file:
25
```php
26
return [
27
28
- 'ttl' => 3_600,
+ 'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
29
30
];
31
```
0 commit comments