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