01 2020
This commit is contained in:
parent
f117f79bb9
commit
3711fcc8d0
101 changed files with 4027 additions and 918 deletions
|
|
@ -47,6 +47,12 @@ return [
|
|||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
'user' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/users'),
|
||||
'url' => env('APP_URL').'/storage/users',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue