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