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

Example of unit testing CourseFinder semantically

The UUID is malformed when is retrieved by getAlpha method and validation throws exception.

## Implement more emphasis style in the documentation

Implementing simple use case of video domain at the application layer to practice Hexagonal Architecture. Basically I added new one Use Case at src/Application/Video/Share with CoursePublisher class, where i inject...

And it also adds some breaklines under some titles that did not have them

There are changes to fix tests after adding the created as property in the course model. When I test the endpoint I get this error: ![image](https://user-images.githubusercontent.com/17501029/105355009-b5300080-5bf1-11eb-8176-a1625da93e46.png) If a change the...