Upload Files Booking, Mails, Attachments,

This commit is contained in:
Kevin Adametz 2020-04-17 15:51:22 +02:00
parent 5daea268f7
commit 68b9d1ff88
92 changed files with 2837 additions and 1778 deletions

View file

@ -60,6 +60,12 @@ return [
'url' => env('APP_URL').'/storage/customer',
'visibility' => 'public',
],
'booking' => [
'driver' => 'local',
'root' => storage_path('app/booking'),
'url' => env('APP_URL').'/storage/booking',
'visibility' => 'public',
],
'fewo_invoices' => [
'driver' => 'local',
'root' => storage_path('app/fewo/invoices'),