Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnsci911/a2274e65886993acbb1ceb909317592b to your computer and use it in GitHub Desktop.
Save johnsci911/a2274e65886993acbb1ceb909317592b to your computer and use it in GitHub Desktop.
Uninstall Laravel/Valet from MacOS completely

Do the below and never try this again!

valet uninstall
composer global remove laravel/valet
sudo rm -rfv /usr/local/bin/valet
sudo rm -rfv ~/.valet
brew rm -rfv nginx php@7.2 php@7.3 dnsmasq
sudo rm -rfv /usr/local/Cellar/dnsmasq
sudo rm -rfv /usr/local/Cellar/nginx
sudo rm -rfv /usr/local/Cellar/php*
sudo rm -rfv /etc/resolver/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment