Welcome to the first video in our new series, diving into design patterns, specifically CQRS (Command Query Responsibility Segregation). We use Symfonys standard pattern of DI (service container)/Repositories in conjunction with CQRS using DTO (data transfer objects). This video goes over project setup and concepts.
https://www.13seriesengineering.com/
[email protected]
Console Commands
symfony new
composer require symfony/orm-pack
composer require --dev symfony/maker-bundle
composer require symfony/security-bundle
composer require symfony/serializer
composer require symfony/validator