tactical-ddd-workshop
tactical-ddd-workshop copied to clipboard
Code and assignments for the "Tactical DDD" workshop module.
Code and assignments for the "Tactical DDD" workshop module
Requirements
Getting started
- Clone this repository and
cdinto it. - Run
docker-compose pull. - Run
bin/composer.sh install --prefer-distto install the project's dependencies. - Follow the instructions for setting environment variables and configuring PhpStorm for debugging.
Running development tools
- Run
bin/composer.shto use Composer (e.g.bin/composer.sh require symfony/var-dumper). - Run
bin/run_tests.shto run the tests. - Run
bin/sandbox.shto run thesandbox.phpscript.