Skip to content

Instantly share code, notes, and snippets.

@sokil
Last active October 7, 2016 11:53
Show Gist options
  • Save sokil/76cda54fd64e6037f3c7 to your computer and use it in GitHub Desktop.
Save sokil/76cda54fd64e6037f3c7 to your computer and use it in GitHub Desktop.
export PHP_XDEBUG_ENABLED=1
export PHP_IDE_CONFIG="serverName=%PhpStormServerName%"
export XDEBUG_CONFIG="idekey=PHPSTORM remote_host=%RemoteIp% remote_port=%RemotePort% remote_enable=1 remote_autostart=1"
php $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment