Skip to content

Instantly share code, notes, and snippets.

@stefanorg
Last active November 25, 2015 08:29
Show Gist options
  • Save stefanorg/efc526d09d4b3bbd5581 to your computer and use it in GitHub Desktop.
Save stefanorg/efc526d09d4b3bbd5581 to your computer and use it in GitHub Desktop.
phpstorm remote cli debuggin zf2 cli application
XDEBUG_CONFIG="idekey=PHPSTORM" XDEBUG_SESSION_START="PHPSTORM" PHP_IDE_CONFIG="serverName=THE_SERVER_NAME_I_SET_IN_PHPSTORM" php public/index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment