Update filesystems.php
This commit is contained in:
parent
1b909f94f3
commit
eaa3dc6d1c
|
@ -35,6 +35,11 @@ return [
|
|||
'root' => storage_path('app'),
|
||||
],
|
||||
|
||||
'backups' => [
|
||||
'driver' => 'local',
|
||||
'root' => base_path('backups'),
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
|
Loading…
Reference in New Issue