Tag: Docker

  • Xdebug with Docker

    Let’s learn how to configure Xdebug on Docker and use this extension to listen for debug connections in PhpStorm or Visual Studio Code. What is Xdebug? Xdebug is a PHP extension that provides a range of features such as: and it is an amazing tool for us PHP Developers. We should all use it but…