Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 621 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 621 Bytes

MVlabs Prooph Skeleton

A simple skeleton application to start with Prooph ES/CQRS applications

Installation

Just fire up docker-compose with

docker-compose up

Dependencies

Manage dependencies with composer using

bin/composer

Migrations

Run migrations using

bin/migrations

If that doesn't work, the network setting in the script needs to be fixed

Tests

Run the tests with

bin/test

Coding standards

bin/phpcs src

Async

The data folder must be writable.

Remember to run the bin/consumer to consume the queued commands