Fewo Mails / Booking Country Services
This commit is contained in:
parent
b9c26d06d0
commit
48a6eb2282
154 changed files with 7761 additions and 1643 deletions
|
|
@ -60,12 +60,30 @@ return [
|
|||
'url' => env('APP_URL').'/storage/customer',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'travel_user' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/travel_user'),
|
||||
'url' => env('APP_URL').'/storage/travel_user',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'booking' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/booking'),
|
||||
'url' => env('APP_URL').'/storage/booking',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'general' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/general'),
|
||||
'url' => env('APP_URL').'/storage/general',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'booking_fewo' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/booking_fewo'),
|
||||
'url' => env('APP_URL').'/storage/booking_fewo',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'fewo_invoices' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/fewo/invoices'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue