Maker Commands
Complete reference for all 19 maker commands.
Command Categories
Domain Layer
make:hexagonal:entity- Pure PHP entitiesmake:hexagonal:value-object- Immutable value objectsmake:hexagonal:exception- Business exceptionsmake:hexagonal:domain-event- Domain events
Application Layer
make:hexagonal:command- CQRS commands + handlersmake:hexagonal:query- CQRS queries + handlers + responsesmake:hexagonal:repository- Repository port + adaptermake:hexagonal:input- Input DTOsmake:hexagonal:use-case- Use cases
UI Layer
make:hexagonal:controller- Web controllersmake:hexagonal:form- Symfony formsmake:hexagonal:cli-command- Console commands
Infrastructure Layer
make:hexagonal:message-handler- Async message handlersmake:hexagonal:event-subscriber- Event subscribers
Testing
make:hexagonal:use-case-test- Use case testsmake:hexagonal:controller-test- Controller testsmake:hexagonal:cli-command-test- CLI command testsmake:hexagonal:test-config- Test configuration
Rapid Development
make:hexagonal:crud- Complete CRUD module (20+ files)
See detailed documentation →