19-05-2026 Rebrand Pressekonto, Hub-Flux UI und Legacy-Media-Migration
Umbenennung presseportale → pressekonto in Domains, Themes und Dokumentation. Design-Tokens, Portal-Shell, Customer-Dashboard, Auth- und Admin-PM-Views. Artisan-Befehl migrate:legacy-media mit Tests und Hub-Flux-Entwicklungsdocs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
092ee0e918
commit
0a3e52d603
112 changed files with 8464 additions and 1649 deletions
|
|
@ -13,23 +13,23 @@ return [
|
|||
*/
|
||||
'protocol' => env('APP_PROTOCOL', 'https://'),
|
||||
|
||||
'domain_portal' => env('APP_PORTAL_NAME', 'presseportale.test'),
|
||||
'domain_portal' => env('APP_PORTAL_NAME', 'pressekonto.test'),
|
||||
'domain_presseecho' => env('APP_PRESSEECHO_NAME', 'presseecho.test'),
|
||||
'domain_businessportal' => env('APP_BUSINESSPORTAL_NAME', 'businessportal24.test'),
|
||||
|
||||
'domain_portal_url' => env('APP_PORTAL_URL', 'https://presseportale.test'),
|
||||
'domain_portal_url' => env('APP_PORTAL_URL', 'https://pressekonto.test'),
|
||||
'domain_presseecho_url' => env('APP_PRESSEECHO_URL', 'https://presseecho.test'),
|
||||
'domain_businessportal_url' => env('APP_BUSINESSPORTAL_URL', 'https://businessportal24.test'),
|
||||
|
||||
'domains' => [
|
||||
'portal' => [
|
||||
'domain_name' => env('APP_PORTAL_NAME', 'presseportale.test'),
|
||||
'url' => env('APP_PORTAL_URL', 'https://presseportale.test'),
|
||||
'asset_url' => env('APP_PORTAL_ASSET_URL', 'https://assets.presseportale.test'),
|
||||
'domain_name' => env('APP_PORTAL_NAME', 'pressekonto.test'),
|
||||
'url' => env('APP_PORTAL_URL', 'https://pressekonto.test'),
|
||||
'asset_url' => env('APP_PORTAL_ASSET_URL', 'https://assets.pressekonto.test'),
|
||||
'theme' => 'main',
|
||||
'view_prefix' => 'portal',
|
||||
'assets_dir' => 'build/portal',
|
||||
'description' => 'Backend Presseportale',
|
||||
'description' => 'Backend Pressekonto',
|
||||
'color_scheme' => [
|
||||
'primary' => env('APP_PORTAL_PRIMARY', '#526266'), //
|
||||
'secondary' => env('APP_PORTAL_SECONDARY', '#82a0a7'), //
|
||||
|
|
@ -37,14 +37,14 @@ return [
|
|||
'font' => 'Montserrat',
|
||||
],
|
||||
|
||||
'presseportale' => [
|
||||
'domain_name' => env('APP_PORTAL_NAME', 'presseportale.test'),
|
||||
'url' => env('APP_PORTAL_URL', 'https://presseportale.test'),
|
||||
'asset_url' => env('APP_PORTAL_ASSET_URL', 'https://assets.presseportale.test'),
|
||||
'theme' => 'presseportale',
|
||||
'pressekonto' => [
|
||||
'domain_name' => env('APP_PORTAL_NAME', 'pressekonto.test'),
|
||||
'url' => env('APP_PORTAL_URL', 'https://pressekonto.test'),
|
||||
'asset_url' => env('APP_PORTAL_ASSET_URL', 'https://assets.pressekonto.test'),
|
||||
'theme' => 'pressekonto',
|
||||
'view_prefix' => 'web',
|
||||
'assets_dir' => 'build/web',
|
||||
'description' => 'Hub-Landing presseportale.com (öffentlicher Publisher-Bereich)',
|
||||
'description' => 'Hub-Landing pressekonto.de (öffentlicher Publisher-Bereich)',
|
||||
'color_scheme' => [
|
||||
'primary' => '#1A2540',
|
||||
'secondary' => '#B07A3A',
|
||||
|
|
@ -52,12 +52,12 @@ return [
|
|||
'font' => 'Inter Tight',
|
||||
'brand' => [
|
||||
'name' => 'presse',
|
||||
'accent' => 'portale',
|
||||
'accent' => 'konto',
|
||||
'tagline_short' => 'Publisher · Hub',
|
||||
'tagline_long' => 'Der gemeinsame Publisher-Bereich für presseecho und businessportal24 – Pressemitteilungen schreiben, redaktionell prüfen lassen, auf beiden Reichweiten veröffentlichen.',
|
||||
'footer_legal' => '© :year presseportale · Alle Rechte vorbehalten',
|
||||
'about_label' => 'Über presseportale',
|
||||
'meta_title' => 'presseportale – Publisher-Hub für presseecho und businessportal24',
|
||||
'footer_legal' => '© :year pressekonto · Alle Rechte vorbehalten',
|
||||
'about_label' => 'Über pressekonto',
|
||||
'meta_title' => 'pressekonto – Publisher-Hub für presseecho und businessportal24',
|
||||
'meta_description' => 'Ein Konto, zwei Reichweiten: Pressemitteilungen redaktionell geprüft auf presseecho und businessportal24 gleichzeitig veröffentlichen.',
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue