20-02-2026

This commit is contained in:
Kevin Adametz 2026-02-20 17:57:50 +01:00
parent 854ce02bf6
commit 4d6b4930b2
128 changed files with 18247 additions and 2093 deletions

View file

@ -31,6 +31,7 @@ return [
'domain_b2a' => env('DOMAIN_B2A', 'b2a.test'),
'domain_stileigentum' => env('DOMAIN_STILEIGENTUM', 'stileigentum.test'),
'domain_style2own' => env('DOMAIN_STYLE2OWN', 'style2own.test'),
'domain_local4local' => env('DOMAIN_LOCAL4LOCAL', 'local4local.test'),
/*
|--------------------------------------------------------------------------
@ -43,6 +44,7 @@ return [
'domain_b2a_url' => env('DOMAIN_B2A_URL', 'https://b2a.test'),
'domain_stileigentum_url' => env('DOMAIN_STILEIGENTUM_URL', 'https://stileigentum.test'),
'domain_style2own_url' => env('DOMAIN_STYLE2OWN_URL', 'https://style2own.test'),
'domain_local4local_url' => env('DOMAIN_LOCAL4LOCAL_URL', 'https://local4local.test'),
'domains' => [
'portal' => [
@ -121,5 +123,22 @@ return [
'secondary' => 'Ephesis',
],
],
'local4local' => [
'domain_name' => env('DOMAIN_LOCAL4LOCAL', 'local4local.test'),
'url' => env('DOMAIN_LOCAL4LOCAL_URL', 'https://local4local.test'),
'theme' => 'local4local',
'view_prefix' => 'local4local',
'assets_dir' => 'build/local4local',
'description' => 'Local for Local Marktplatz Kunden-Frontend',
'color_scheme' => [
'primary' => '#2b6b3e', // Local Green
'secondary' => '#e8a838', // Warm Gold
],
'font_family' => [
'primary' => 'Inter',
'secondary' => 'IBM Plex Sans',
],
],
],
];