Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 916 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 916 Bytes

symfony-ddd-skeleton

An empty Symfony 3 project with a self-contained custom development environment on Docker.

Prerequisites

Usage

  1. Clone the Project.
  2. Copy /provision/development/docker-compose.yml.dist to project root removing .dist extension.
  3. Start containers using:
docker-compose up -d --build

Ready to use!

PHPStorm Configuration

  1. Create a Docker Interpreter and Docker Server.

alt text

alt text

  1. Create a PhpUnit configuration.

alt text