Flip between non xdebug local dev (much fast) to xdebug local dev (not fast but much insights) at the flick of a cookie (single click via xdebug browser extension). by @jenkoian
Setup
- Create a docker network:
docker network create --subnet=192.168.50.0/24 pxd-docker - Add
127.0.0.1 php-xdebug-dockerto your hosts file. - Run
docker-compose up -dto start the env