deplay phase 1

This commit is contained in:
Kevin Adametz 2026-04-17 17:19:11 +02:00
parent e3dc1afd8e
commit 5a7478907e
68 changed files with 2831 additions and 818 deletions

View file

@ -40,6 +40,7 @@ return [
*/
'debug' => env('APP_DEBUG', false),
'exception_mail' => env('EXCEPTION_MAIL', 'exception@adametz.media'),
/*
|--------------------------------------------------------------------------

View file

@ -72,12 +72,6 @@ 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'),