php-ddd-example
php-ddd-example copied to clipboard
ππ― Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6
En el caso de uso de creaciΓ³n de un Video se le pasa como uno de sus atributos un CourseId, pero en ningun momento se esta validando si ese Course...
Better translate to the comment
Add ππ§π½βπ» emojis to the "Command Bus" title in the README Thanks for the reviewπ
probando aΓ±adir cambio codigo, me puedes indicar como crear la label? en la parte derecha veo labels none yet, pero no veo como cambiarla, gracias
The InMemorySymfonyQueryBus.php implementation should catch HandlerFailedExceptions to get the throwed exception from the query handler. This way, ApiExceptionListener can correctly map the status code for the exception. Without this fix,...