fix bad local storage url
This commit is contained in:
@@ -33,7 +33,7 @@ return [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL') . "/storage",
|
||||
'url' => env('APP_URL') . "/storage/{name}",
|
||||
'public' => true,
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user