Add support for filesystem caching, closes #993
This commit is contained in:
parent
ab2973c4d1
commit
838b9a9093
4 changed files with 5 additions and 11 deletions
|
@ -22,6 +22,7 @@ class AppSettingsCommand extends Command
|
|||
const ALLOWED_CACHE_DRIVERS = [
|
||||
'redis' => 'Redis (recommended)',
|
||||
'memcached' => 'Memcached',
|
||||
'file' => 'Filesystem',
|
||||
];
|
||||
|
||||
const ALLOWED_SESSION_DRIVERS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue