A simple Symfony ToDo project for training best practices.
Docker
Docker-sync
if you are using mac osx
Copy .env.dist
to .env
and configure setting variables. Then just run make
and everything should build for you. If you want to go into app
container just type make exec
Fast run:
cp .env.dist .env
make