]> BookStack Code Mirror - bookstack/blobdiff - app/Config/cache.php
respective book and chapter structure added.
[bookstack] / app / Config / cache.php
index d1d47ab16c2e5cc1da072369f0d85d8eb78e2c72..b588437ff1a0990a2597a9a5670b35b950ac395f 100644 (file)
@@ -54,6 +54,7 @@ return [
         'file' => [
             'driver' => 'file',
             'path'   => storage_path('framework/cache'),
+            'lock_path' => storage_path('framework/cache'),
         ],
 
         'memcached' => [