mein-sterntours/dev/backups/phase2-offers-2026-04-17/PATCHES/filesystems.php.full.diff
2026-04-17 17:19:11 +02:00

17 lines
607 B
Diff

diff --git a/config/filesystems.php b/config/filesystems.php
index 2318ca2..97762c8 100755
--- a/config/filesystems.php
+++ b/config/filesystems.php
@@ -72,6 +72,12 @@ return [
'url' => env('APP_URL').'/storage/booking',
'visibility' => 'public',
],
+ 'offer' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app/offer'),
+ 'url' => env('APP_URL').'/storage/offer',
+ 'visibility' => 'public',
+ ],
'general' => [
'driver' => 'local',
'root' => storage_path('app/general'),