Web Developer Blog

PHP Dev Environments

TL;DR I run PHP projects in Docker in both development and production. I just mount the project code into the Docker machine while working locally. The Docker image always has the current main release as deployed.

Like many developers I frequently have to setup a new sys...