Skip to content

Instantly share code, notes, and snippets.

@ganey
Created May 19, 2020 19:48
Show Gist options
  • Save ganey/c0651d29bc0dbc8d8171010b13976edd to your computer and use it in GitHub Desktop.
Save ganey/c0651d29bc0dbc8d8171010b13976edd to your computer and use it in GitHub Desktop.
valet reset mac
valet uninstall
composer global remove laravel/valet
brew uninstall --force php@7.3
brew uninstall --force php@7.2
brew uninstall --force php@7.1
brew uninstall --force php nginx dnsmasq
brew upgrade
brew install php
composer global require laravel/valet
valet install
brew upgrade
valet reinstall
brew cleanup
valet restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment