Skip to content

Commit aba4ca8

Browse files
Docs: Added new config variable to config example in readme. (#11)
1 parent 25749d7 commit aba4ca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This is the contents of the published config file:
2525
```php
2626
return [
2727

28+
'enabled' => env('BLADE_CACHE_DIRECTIVE_ENABLED', true),
29+
2830
'ttl' => env('BLADE_CACHE_DIRECTIVE_TTL', 3600),
2931

3032
];

0 commit comments

Comments
 (0)