This commit is contained in:
2023-04-22 21:18:07 +10:00
parent 84bfd3cda2
commit a663e2bd56
22 changed files with 384 additions and 143 deletions

View File

@@ -31,10 +31,7 @@ return [
'disks' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app/uploads'),
'throw' => false,
'url' => env('STORAGE_LOCAL_URL'),
'public' => true,
'root' => storage_path('app'),
],
'cdn' => [