feat(storage): add images filesystem disk
This commit is contained in:
parent
76afd14ffd
commit
ad7d40b308
1 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ return [
|
|||
'report' => false,
|
||||
],
|
||||
|
||||
'images' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/images'),
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue