Set base path for storage default on local disk

This commit is contained in:
snipe 2018-07-25 07:39:47 -07:00
parent 054de06522
commit 068ae5805b

View file

@ -54,7 +54,7 @@ return [
'local' => [ 'local' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app'), 'root' => base_path('/'),
], ],
'ftp' => [ 'ftp' => [