Demo code for testing configuring xdebug integration with Docker and PHPStorm in a Symfony 4 Project.
- clone this repo
- cp .env.dist .env
docker-compose up
Open your browser on "http://localhost:8888?XDEBUG_SESSION_START=PHPSTORM"
- All the required configurations are explained in this blog post.