Skip to content

Instantly share code, notes, and snippets.

@mrsombre
Last active November 19, 2019 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsombre/f3ecec15b213f946cd57 to your computer and use it in GitHub Desktop.
Save mrsombre/f3ecec15b213f946cd57 to your computer and use it in GitHub Desktop.
PHP XDebug configuration

Enable xdebug in CLI for phpstorm

export PHP_IDE_CONFIG="serverName={SERVER NAME IN PHP STORM}"
export XDEBUG_CONFIG="remote_host={YOUR_IP} idekey=PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment