PHP development with Docker the easy way
UPDATE(2021–04): Switched to PHP 7.4 and XDEBUG version 3!
As a developer, I want my applications to be up and running locally without having too much trouble to setup and configure the development environment. With Docker and docker-compose it’s already much better than in the past with virtual machines utilized by Virtualbox or any other memory bleeding app. To have an easy setup for all…