phase 2 dev
This commit is contained in:
parent
5a7478907e
commit
ba48745809
59 changed files with 2692 additions and 1994 deletions
|
|
@ -72,6 +72,12 @@ return [
|
|||
'url' => env('APP_URL').'/storage/booking',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'offer' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/offer'),
|
||||
'url' => env('APP_URL').'/storage/offer',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'general' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/general'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue