docs/architecture/symfony-architecture.md aktualisiert

This commit is contained in:
2026-06-30 13:45:30 +00:00
parent 058023f055
commit e6703916ba
+2 -1
View File
@@ -94,7 +94,8 @@ Die technische Realisierung. Alles hier ist austauschbar, solange die Interfaces
```text ```text
src/ src/
├── UI/ ├── UI/
│ ├── Http/Controller/[Feature]/ # z.B. /Planning/GardenPlanController.php │ ├── Api/Controller/[Feature]/ # z.B. /Planning/GardenPlanController.php
│ ├── Frontend/Controller/[Feature]/ # z.B. /Planning/GardenPlanController.php
│ ├── Console/Command/[Feature]/ # z.B. /Irrigation/StartWateringCommand.php │ ├── Console/Command/[Feature]/ # z.B. /Irrigation/StartWateringCommand.php
│ └── Queue/MessageHandler/[Feature]/ # z.B. /Notification/SendMailHandler.php │ └── Queue/MessageHandler/[Feature]/ # z.B. /Notification/SendMailHandler.php