big commit

This commit is contained in:
omair saleh
2021-04-05 11:58:32 +08:00
parent fb5dda8cf9
commit b679ae7f40
49 changed files with 1215 additions and 444 deletions
+7
View File
@@ -55,6 +55,13 @@ return [
'visibility' => 'public',
],
'documents' => [
'driver' => 'local',
'root' => storage_path('app/documents'),
'url' => env('APP_URL').'/storage',
'visibility' => 'private',
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),