presseportale/.cursorrules
Kevin Adametz 5b8bdf4182
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
12-05-2026 Frontend dev
2026-05-12 18:32:33 +02:00

15 lines
1,001 B
Text

# Cursor Rules: Laravel 12 CRM & Presse-Portal
## Tech Stack & Paradigmen
- **Framework:** Laravel 12 (PHP 8.4+)
- **Frontend-Architektur:** Livewire Volt (ausschließlich Functional API).
- **UI-Komponenten:** FluxUI (nutze `<flux:...>` statt Standard-Blade/HTML).
- **Styling:** Tailwind CSS (für Layout) & FluxUI (für Komponenten).
- **Backend:** Klassisches MVC für das Admin-System, Services für Business-Logik.
## Documentation & Sources
- **Projekt-Workflow (Dokumentation in `docs/`, Forgejo `tea`, Git/Conventional Commits):** `docs/KI-UND-ENTWICKLER-WORKFLOW.md`
- **FluxUI:** Nutze primär die indizierte Dokumentation unter @FluxUI (falls vorhanden).
- **Verhaltensregel:** Wenn du dir bei einer FluxUI-Komponente unsicher bist (da sich die API oft ändert), frage mich oder nutze das @Docs Tool, anstatt zu raten.
- **Wichtige Syntax-Note:** FluxUI nutzt oft spezifische Attribute (wie `variant="subtle"` oder `icon-trailing`). Bevorzuge immer die Syntax der neuesten Version 2.x.