tl;dr Use a Makefile and make good use of it Run everything in Docker Use CS Fixer To Adhere To Coding Standards Use PHP Stan Syncronise your team IDE’s with .editorconfig Use a Makefile and make good use of it Most developers use Makefiles, but very few use them effectively. Below is an example of my typical Makefile container=app up: docker-compose up -d build: docker-compose rm -vsf docker-comp