docs/architecture/symfony-architecture.md aktualisiert
This commit is contained in:
@@ -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
|
||||||
│
|
│
|
||||||
|
|||||||
Reference in New Issue
Block a user