/php-ddd-skeleton

https://github.com/CodelyTV/php-ddd-skeleton

Primary LanguagePHP

DDD php Skeleton

Installation

composer create-project codelytv/ddd-skeleton

Starting the server

  • Local using: make start-local
  • Docker using: make build

And then going to http://localhost:8030/health-check to check all is ok.