From 402b12f9159498e9be25e2a77939281fb35f6e13 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 31 Dec 2016 21:25:17 -0600 Subject: [PATCH] tweak default cache directory --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [