This Extension allow automatic generation of modules using Domain Driven Development Hexagonal Architecture Or DDH for short
Available command are as follow :
Name | Condition | Description |
---|---|---|
Create DDH Folders | None | Creates the following:
|
Create DDH Command | Folder must be named "commands" | Creates the following:
|
Create DDH Query | Folder must be named "queries" | Creates the following:
|
Create DDH Entity | Folder must be named "domain" |
|
To use the extension just right click on the source folder where you want to create your module/entity/query/command and select the command in the menu
The created files are not added to the parent files, please add them manually for now.
Try to use the command/query/entity command in a well organized folder (Preferably one generated with the module command) or else it might create the files at the wrong place !