/monolith-decoupling-example

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

This is an example repository for my Medium article on how to actually decouple a monolith in PHP.

The main use case of this repository is to see code examples as you read through the article, but if you decided to run it locally, do the following:

docker-compose up -d
make vendor
make db
make migration
make fixture