tweak default cache directory

This commit is contained in:
Taylor Otwell 2016-12-31 21:25:17 -06:00
parent 52f0196fd3
commit 402b12f915
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache'),
'path' => storage_path('framework/cache/data'),
],
'memcached' => [