Use storage_path() helper in configuration files.
This commit is contained in:
@@ -113,7 +113,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'manifest' => __DIR__.'/../storage/meta',
|
||||
'manifest' => storage_path().'/meta',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -28,7 +28,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'path' => __DIR__.'/../storage/cache',
|
||||
'path' => storage_path().'/cache',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -42,7 +42,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'files' => __DIR__.'/../storage/sessions',
|
||||
'files' => storage_path().'/sessions',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user