Customers Add+Edit, API WP
This commit is contained in:
parent
dc63fa9fb2
commit
75a0f9a38a
120 changed files with 11894 additions and 6134 deletions
|
|
@ -53,6 +53,12 @@ return [
|
|||
'url' => env('APP_URL').'/storage/users',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'import' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path("app/import"),
|
||||
'url' => env('APP_URL').'/storage/app/import',
|
||||
|
||||
],
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue