Created
June 28, 2020 08:59
-
-
Save josecanhelp/51238e22a13b5c61f3eb7a8fb4c7351d to your computer and use it in GitHub Desktop.
Install Xdebug Video Notes
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
brew install [email protected] | |
brew doctor | |
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc | |
pecl install xdebug | |
php -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment