added leave request, profile and staff members controllers

This commit is contained in:
Kwesi Banson Jnr
2026-08-20 09:30:43 +00:00
parent 1c4d32833a
commit 81d26dc138
152 changed files with 1627 additions and 152101 deletions

View File

@@ -52,6 +52,12 @@ return [
'url' => env('APP_URL').'/client_files',
'visibility' => 'public',
],
'staff_images' => [
'driver' => 'local',
'root' => public_path('staff_images'),
'url' => env('APP_URL').'/staff_images',
'visibility' => 'public',
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),