Browse Source

tweak default cache directory

Taylor Otwell 7 years ago
parent
commit
402b12f915
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cache.php

+ 1 - 1
config/cache.php

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