saeid 2 years ago
parent 4356871ac4
commit 385cb7eafd

@ -55,6 +55,11 @@ return [
'visibility' => 'public',
],
'storage_data' => [
'driver' => 'local',
'root' => storage_path('businesses'),
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),

Loading…
Cancel
Save