add User, Mail verify, rights, Change Mail, fewo invoice PDF

This commit is contained in:
Kevin Adametz 2019-04-16 19:47:33 +02:00
parent 26ecb09cdc
commit 7abfe3f700
44 changed files with 3041 additions and 1125 deletions

View file

@ -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'),