docs
docs copied to clipboard
Docs for Lando, Platform.sh and Xdebug not working
I have tried t documentation for this: https://docs.lando.dev/config/platformsh.html#caveats-and-known-issues
After following docs Xdebug installed but I could not connect to it with PHPStorm. The config in lando.yml that worked for me was:
recipe: platformsh
config:
id: PROJECT_ID
overrides:
app:
runtime:
extensions:
- xdebug
variables:
app:
php:
xdebug.idekey: PHPSTORM