Skip to content

Instantly share code, notes, and snippets.

@hareom284
Last active June 22, 2023 03:00
Show Gist options
  • Save hareom284/1079e6930e78ba3a6d254f055c02353c to your computer and use it in GitHub Desktop.
Save hareom284/1079e6930e78ba3a6d254f055c02353c to your computer and use it in GitHub Desktop.
Valet uninstall command in mac
valet uninstall
composer global remove laravel/valet
sudo rm /usr/local/bin/valet
sudo rm -r ~/.valet
brew uninstall dnsmasq
brew uninstall nginx
brew uninstall [email protected]
brew uninstall [email protected]
sudo rm -rf /usr/local/Cellar/dnsmasq
sudo rm -rf /usr/local/Cellar/nginx
sudo rm -rf /usr/local/Cellar/php*
sudo rm -rf /etc/resolver/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment