Upload Files Booking, Mails, Attachments,
This commit is contained in:
parent
5daea268f7
commit
68b9d1ff88
92 changed files with 2837 additions and 1778 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue