I am getting a syntax error when running in debug mode
I am trying to get XDebug to work for a Laravel application in PhpStorm. I have Xdebug installed but not sure how to configure it in this instance. Usually the instance will run in Docker but I’m not sure what’s best for development. I can see that XDebug is installed when checked with phpinfo().
Prevent Xdebug Errors When Not Listening with IDE
I’m having an issue with Xdebug in my local PHP setup. Here’s the situation: