This repository contains the base code for the Symfony and Domain-Driven Design in practice training.
Your computer should have Docker installed. An IDE or code editor such as PHPStorm or VSCode is recommended.
Start the code by opening a console, going to the directory where the code is, and entering:
docker compose up -d
This should build your whole environment. Once it's done building, you should be able to open http://localhost in your browser.
Opening a shell in the container should be as easy as typing
docker exec -ti symfony-ddd-php-1 sh