Last active
October 7, 2016 11:53
-
-
Save sokil/76cda54fd64e6037f3c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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