Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active November 28, 2023 20:17
Show Gist options
  • Save steffen-wirth/d51bafaa2c59a2e6f8fb23414deb8899 to your computer and use it in GitHub Desktop.
Save steffen-wirth/d51bafaa2c59a2e6f8fb23414deb8899 to your computer and use it in GitHub Desktop.
export XDEBUG_CONFIG="idekey=PHPSTORM";
##look in settings php | servers for right path mapping config
export PHP_IDE_CONFIG="serverName=127.0.0.1";
export XDEBUG_CONFIG="idekey=PHPSTORM";
##look in settings php | servers for right path mapping config
export PHP_IDE_CONFIG="serverName=localhost";
export XDEBUG_CONFIG="idekey=PHPSTORM";
##look in settings php | servers for right path mapping config
export PHP_IDE_CONFIG="serverName=172.18.0.5";
export XDEBUG_CONFIG="idekey=PHPSTORM";
##look in settings php | servers for right path mapping config
export PHP_IDE_CONFIG="serverName=docker.local";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment