An open API service indexing awesome lists of open source software.

https://github.com/nicwortel/symfony-skeleton

Opiniated Symfony skeleton implementing hexagonal architecture, BDD, and Docker. Usage: composer create-project nicwortel/symfony-skeleton <app-name>
https://github.com/nicwortel/symfony-skeleton

docker hexagonal-architecture symfony symfony-skeleton

Last synced: 2 months ago
JSON representation

Opiniated Symfony skeleton implementing hexagonal architecture, BDD, and Docker. Usage: composer create-project nicwortel/symfony-skeleton <app-name>

Awesome Lists containing this project

README

          

# Project name

A short description of your project.

## Prerequisites

- [PHP](https://secure.php.net/manual/en/install.php)
- [Composer](https://getcomposer.org/doc/00-intro.md)
- [GNU Make](https://www.gnu.org/software/make/)
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/)

## 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.