diff --git a/config/filesystems.php b/config/filesystems.php index c4070d680..ee0a6b233 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -62,7 +62,9 @@ 'geo-overlays' => [ 'driver' => 'local', - 'root' => storage_path('geo-overlays'), + 'root' => storage_path('app/public/geo-overlays'), + 'url' => env('APP_URL').'/storage/geo-overlays', + 'visibility' => 'public', ], 'swift' => [