Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 23ee2ff

Browse files
authored
Update README.md
Signed-off-by: Pascal Cremer <pascal.cremer@geekcell.io>
1 parent 7b44d3c commit 23ee2ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ In order to use them in your Symfony project, you need to require it with compos
3131
composer require symfony/maker-bundle
3232
```
3333

34+
### Available Commands
35+
36+
```bash
37+
make:ddd:command Creates a new command class and handler
38+
make:ddd:controller Creates a new controller class
39+
make:ddd:model Creates a new domain model class
40+
make:ddd:query Creates a new query class and handler
41+
make:ddd:resource Creates a new API Platform resource
42+
```
43+
3444
## Building Blocks
3545

3646
### Model & Repository

0 commit comments

Comments
 (0)