From 54362a2691da127914c124415318e03b7dd0d18c Mon Sep 17 00:00:00 2001 From: Max T Date: Tue, 27 Aug 2024 17:20:08 +0200 Subject: [PATCH] Added public storage disk for geo-overlays. --- config/filesystems.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' => [