Docker: Configure Xdebug and Debug using IDE(VSCode, PHPStorm, etc.)
It is really easy to configure Xdebug for a PHP application in Docker. Let’s see how we can configure Xdebug and start debugging using VSCode, PHPStorm, and other IDE.
It is really easy to configure Xdebug for a PHP application in Docker. Let’s see how we can configure Xdebug and start debugging using VSCode, PHPStorm, and other IDE.
We need to run 2 main containers for running a Laravel application- PHP FPM and Nginx