Last active
December 9, 2017 19:16
-
-
Save martiis/2cc1a8f07bb83cc2fc95b9bae65e81d3 to your computer and use it in GitHub Desktop.
Debug script helper for php
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
#!/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