php-ddd-example icon indicating copy to clipboard operation
php-ddd-example copied to clipboard

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

Results 75 php-ddd-example issues
Sort by recently updated
recently updated
newest added

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,...