I’m trying to setup debugging for a Laravel app running on my machine (via Herd).
The initial server configuration looks like this:
Then I hit “Start Listening to PHP Debug connections” in PhpStorm and reload the page.
For this URL,
I get this:
After accepting this, the server configurations looks like this:
So, at this point I have debug pointers set up in the controllers and expecting them to be hit. But, when I reload the page I run into this:
Any clues??
1