tweak default cache directory

This commit is contained in:
Taylor Otwell
2016-12-31 21:25:17 -06:00
parent 52f0196fd3
commit 402b12f915

View File

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