diff --git a/config/filesystems.php b/config/filesystems.php index e1c4c953..9e1bfe43 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -51,6 +51,7 @@ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), + 'url' => env('APP_URL').'/storage', 'visibility' => 'public', ],