Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project

Notifications You must be signed in to change notification settings

CodelyTV/php-ddd-skeleton-deprecated

Repository files navigation

DDD php Skeleton

Installation

composer create-project codelytv/ddd-skeleton

Starting the server

  • Local using: make start-local
    • First you should execute make prepare-local
  • Docker using: make build

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