A simple skeleton application to start with Prooph ES/CQRS applications
Just fire up docker-compose
with
docker-compose up
Manage dependencies with composer using
bin/composer
Run migrations using
bin/migrations
If that doesn't work, the network setting in the script needs to be fixed
Run the tests with
bin/test
bin/phpcs src
The data
folder must be writable.
Remember to run the bin/consumer
to consume the queued commands