staff, mno, clients, bug fixes

This commit is contained in:
Kwesi Banson
2023-05-08 10:13:03 +00:00
parent 903c1703b9
commit f2279bd13a
49 changed files with 3260 additions and 6511 deletions

View File

@@ -51,7 +51,7 @@ return [
'public' => [
'driver' => 'local',
// 'root' => storage_path('app/public'),
'root' => public_path('app_files'),
'root' => public_path('documents'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
],