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
|
|
@ -54,7 +54,7 @@ composer require laravel/fortify laravel/sanctum
|
|||
|
||||
## Routen
|
||||
|
||||
### Web-Authentifizierung (presseportale.test)
|
||||
### Web-Authentifizierung (pressekonto.test)
|
||||
|
||||
- `GET /login` - Anmeldeseite (Livewire)
|
||||
- `POST /login` - Anmeldung (Livewire)
|
||||
|
|
@ -68,7 +68,7 @@ composer require laravel/fortify laravel/sanctum
|
|||
- `GET /verify-email` - E-Mail-Verifizierung (Livewire)
|
||||
- `GET /confirm-password` - Passwort bestätigen (Livewire)
|
||||
|
||||
### API-Routen (api.presseportale.test)
|
||||
### API-Routen (api.pressekonto.test)
|
||||
|
||||
- `GET /api/user` - Aktueller Benutzer (geschützt)
|
||||
- `GET /api/profile` - Benutzerprofil (geschützt)
|
||||
|
|
@ -78,7 +78,7 @@ composer require laravel/fortify laravel/sanctum
|
|||
|
||||
### Web-Authentifizierung
|
||||
|
||||
1. Besuchen Sie `http://portal.presseportale.test/login`
|
||||
1. Besuchen Sie `http://portal.pressekonto.test/login`
|
||||
2. Registrieren Sie sich oder melden Sie sich an
|
||||
3. Nutzen Sie die verschiedenen Authentifizierungsfeatures
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ composer require laravel/fortify laravel/sanctum
|
|||
1. **Token erstellen**:
|
||||
|
||||
```bash
|
||||
curl -X POST http://api.presseportale.test/login \
|
||||
curl -X POST http://api.pressekonto.test/login \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"email":"user@example.com","password":"password"}'
|
||||
```
|
||||
|
|
@ -95,7 +95,7 @@ curl -X POST http://api.presseportale.test/login \
|
|||
2. **Geschützte Route aufrufen**:
|
||||
|
||||
```bash
|
||||
curl -X GET http://api.presseportale.test/api/user \
|
||||
curl -X GET http://api.pressekonto.test/api/user \
|
||||
-H "Authorization: Bearer YOUR_TOKEN_HERE"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue