Skip to content

Repository files navigation

PHP ddd service template

Setup

To start locally this project using Docker you need to do the following steps:

  1. Create the Docker configuration file docker/.env using the template docker/.env.dist and set there the values of the project like COMPOSE_PROJECT_NAME:

    cp -v docker/.env.dist docker/.env
    

    NOTE: If you change the default value of COMPOSE_PROJECT_NAME variable you will need to change it in the configuration file Makefile as well.

  2. Ensure that the content of the DATABASE_URL variable in the configuration file .env.dist located in the project root directory has the same database values as the configuration file docker/.env.dist.

  3. Start the project:

    make up
    

Dockerise Symfony Application

Debugging

Testing

Clean Architecture

Databases and the Doctrine ORM

CQRS

Auth

Static analysis tool

About

PHP ddd service template

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages