Created
July 29, 2016 20:53
-
-
Save NoMan2000/9e124a8f46cf0b6e465bb4ad9c971316 to your computer and use it in GitHub Desktop.
Xdebug with PHPStorm and homestead
This file contains 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
zend_extension=xdebug.so | |
xdebug.remote_enable = on | |
xdebug.remote_connect_back = on | |
xdebug.idekey = "vagrant" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment