Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 644 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 644 Bytes

Clean Architecture in PHP Symfony

An example project following clean architecture principles in Symfony

Setup instructions

  1. create a .env file
cp .env.dist .env
  1. create containers
make start
  1. build php app
    • install vendor packages
    • check style/mess detector
    • run unit tests
make build-php-app php
  1. restart php container
make restart php

Hosts

Service

Documentation