12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
15
.cursorrules
Normal file
15
.cursorrules
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue