diff --git a/config/filesystems.php b/config/filesystems.php index 22ab4b3..115a39f 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -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, ],