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

[Here](https://github.com/CodelyTV/php-ddd-example/blob/main/src/Mooc/Courses/Application/Find/CourseFinder.php) for example, as you can see, the `CourseFinder` return a `Course` entity, allowing the rest of the application to interact directly with the domain bypassing the application services.

Hello Codely I try to follow this step but i did not found the way to test it. https://pro.codely.tv/library/cqrs-command-query-responsibility-segregation-3719e4aa/62554/path/step/33532834/ because the example that you provide redirect to an old way...

this is the first practice with hexagonal architect please if you have any comment don´t hesitate in making me know it

He utilizado el servicio que ya existía en Shared\infrastructure\logger para utilizar Monolog. En el controlador cuando crea un curso he añadido la acción que registra el log.

Ejercicio siguiendo los pasos del compañero Haritakari

Add command, command handler and test cases for update video title

"Create your pull request" practice from git course 😄