Link to the written tutorial on my blog:
https://www.pascallandau.com/blog/php...
Link to the branch of the Github repository:
https://github.com/paslandau/docker-p...
In this video we will configure PhpStorm, PhpUnit and Xdebug to use the Docker setup that we introduced in the previous video.
This includes:
running and debugging PHP scripts from PhpStorm
running PhpUnit tests from PhpStorm
debugging scripts that were
-- triggered from the browser (php-fpm)
-- triggered from the CLI
-- triggered from a worker (long running PHP process)
As a bonus we'll also modify the docker-compose config files to allow the usage of strace.
Previous video: • Docker from scratch for PHP 8.1 applicatio...