updated client payment, file upload and notes

This commit is contained in:
Kwesi Banson Jnr
2026-08-08 20:47:45 +00:00
parent daf7d9b9dc
commit 6cce100e62
17 changed files with 508 additions and 94 deletions

View File

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