diff --git a/config/filesystems.php b/config/filesystems.php index 8d800aa08..1c70c0219 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -58,6 +58,7 @@ return [ 'storage' => [ 'driver' => 'local', 'root' => storage_path('storage/app/public'), + 'url' => env('APP_URL').'/storage/app/public', ], 's3' => [