updated client payment, file upload and notes
This commit is contained in:
@@ -46,7 +46,12 @@ return [
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
'client_files' => [
|
||||
'driver' => 'local',
|
||||
'root' => public_path('client_files'),
|
||||
'url' => env('APP_URL').'/client_files',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
|
||||
Reference in New Issue
Block a user