add User, Mail verify, rights, Change Mail, fewo invoice PDF
This commit is contained in:
parent
26ecb09cdc
commit
7abfe3f700
44 changed files with 3041 additions and 1125 deletions
|
|
@ -54,7 +54,12 @@ return [
|
|||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
'invoices_fewo' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/invoices/fewo'),
|
||||
'url' => env('APP_URL').'/storage/invoices/fewo',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue