Stars: 245
Forks: 68
Pull Requests: 24
Issues: 11
Watchers: 13
Last Updated: 2022-12-08 15:46:20
🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
License:
Languages: PHP, Makefile, Gherkin, Dockerfile, Shell, Twig
Template to start from scratch a new Php project using DDD as architecture.
Use the dependency manager Composer to create a new project.
composer create-project codelytv/ddd-skeleton
Just run:
make build
Then go to http://localhost:8030/health-check
to check all is ok.
First of all you should execute
make prepare-local
And then start local environment:
make start-local
And then going to http://localhost:8030/health-check
to check all is ok.
There are some things missing feel free to add this if you want! If you want some guidelines feel free to contact us :)