Your friendly dev stack helper
- Run -> edit configurations -> Add php remote debug
- Set name to your preference e.g. "Docker"
- Check "Filter debug connection by IDE key"
- Server: click on 3 dots
- Add new server (hostname e.g.: website.local)
- Name:
- Host:
- Port: 80
- Debugger: Xdebug
- Map your route directory to /var/www/html
- Save
- Ensure Server is set to your new server
- IDE key(session id): PHPSTORM
- When you want to debug, ensure the configuration is set to the one you just created e.g. "Docker"
- Click Debug