Tag: symfony

  • How to debug with PHPStorm and PHP builtin server

    I was playing with Symfony recently, and I needed to setup debug in PHPStorm using the PHP internal web server. I’ve setup xdebug with PHPStorm in multiple environments, and each time I find a different glitch. Lucky me šŸ™‚ So, I will assume that you have PHP, xdebug, PHPStorm installed. These are the steps: Edit […]