tweak default cache directory
This commit is contained in:
parent
52f0196fd3
commit
402b12f915
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
'file' => [
|
'file' => [
|
||||||
'driver' => 'file',
|
'driver' => 'file',
|
||||||
'path' => storage_path('framework/cache'),
|
'path' => storage_path('framework/cache/data'),
|
||||||
],
|
],
|
||||||
|
|
||||||
'memcached' => [
|
'memcached' => [
|
||||||
|
|
Loading…
Reference in New Issue