symfony-skeleton
symfony-skeleton copied to clipboard
Opiniated Symfony skeleton implementing hexagonal architecture, BDD, and Docker. Usage: composer create-project nicwortel/symfony-skeleton <app-name>
Project name
A short description of your project.
Prerequisites
Getting started
Run make
to install dependencies.
Running the tests
Run make check
to execute all available tests.
Building the Docker image
Run docker-compose build
to build the Docker image.