Example implementation of ACL concepts from Eric Evans' paper "Getting Started With DDD When Surrounded By Legacy Systems".
# Clone the repo
$ git clone [email protected]:DDD-Hamburg/ddd-in-legacy-systems.git
# Install composer and project dependencies
$ make bootstrap
The repository provides a Makefile
to help you speeding up your development process.
$ make help
bootstrap Install composer
tests Execute test suite and create code coverage report
update Update composer packages