Use storage_path() helper in configuration files.
This commit is contained in:
parent
66c9dd46e5
commit
1ba8e90b70
@ -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',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user