Fewo/ PDFs / Mails v3
This commit is contained in:
parent
7abfe3f700
commit
e537e47a82
44 changed files with 2112 additions and 527 deletions
|
|
@ -54,10 +54,16 @@ return [
|
|||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'invoices_fewo' => [
|
||||
'fewo_invoices' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/invoices/fewo'),
|
||||
'url' => env('APP_URL').'/storage/invoices/fewo',
|
||||
'root' => storage_path('app/fewo/invoices'),
|
||||
'url' => env('APP_URL').'/storage/fewo/invoices',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
'fewo_infos' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/fewo/infos'),
|
||||
'url' => env('APP_URL').'/storage/fewo/infos',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
's3' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue