Edit / PDF / Mail / ->Leads
This commit is contained in:
parent
5d55e5be3f
commit
66ca252bfa
43 changed files with 2915 additions and 76 deletions
|
|
@ -84,6 +84,12 @@ return [
|
|||
'url' => env('APP_URL').'/storage/booking_fewo',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'lead' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/lead'),
|
||||
'url' => env('APP_URL').'/storage/lead',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'fewo_invoices' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/fewo/invoices'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue