diff --git a/config/cache.php b/config/cache.php index 1d3de874..e87f0320 100644 --- a/config/cache.php +++ b/config/cache.php @@ -46,7 +46,7 @@ 'file' => [ 'driver' => 'file', - 'path' => storage_path('framework/cache'), + 'path' => storage_path('framework/cache/data'), ], 'memcached' => [