Fewo Mails / Booking Country Services

This commit is contained in:
Kevin Adametz 2020-05-28 19:03:42 +02:00
parent b9c26d06d0
commit 48a6eb2282
154 changed files with 7761 additions and 1643 deletions

View file

@ -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'),