Skip to content

Instantly share code, notes, and snippets.

@martiis
Last active December 9, 2017 19:16
Show Gist options
  • Save martiis/2cc1a8f07bb83cc2fc95b9bae65e81d3 to your computer and use it in GitHub Desktop.
Save martiis/2cc1a8f07bb83cc2fc95b9bae65e81d3 to your computer and use it in GitHub Desktop.
Debug script helper for php
#!/bin/sh
env PHP_IDE_CONFIG="serverName=vagrant" XDEBUG_CONFIG="idekey=PHPSTORM" SYMFONY_DEBUG="1" $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment