register-cqrs-services
Instructions
- Find the correct YAML file (check where other domain services are registered — typically per-domain or grouped by layer).
- Register
{Domain}Repositorywithautowire: trueandautoconfigure: true. - Bind handler interfaces to their concrete implementations.
- Handlers with
#[AsCommandHandler]/#[AsQueryHandler]attributes are automatically registered with the Symfony Messenger bus — no manual tags needed. Just ensure `autoconfigure: tru
[Description truncada. Veja o README completo no GitHub.]