Skip to content

Instantly share code, notes, and snippets.

@josecanhelp
Created June 28, 2020 08:59
Show Gist options
  • Save josecanhelp/51238e22a13b5c61f3eb7a8fb4c7351d to your computer and use it in GitHub Desktop.
Save josecanhelp/51238e22a13b5c61f3eb7a8fb4c7351d to your computer and use it in GitHub Desktop.
Install Xdebug Video Notes
brew install php@7.4
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