Skip to content

Instantly share code, notes, and snippets.

View johnsci911's full-sized avatar
:atom:
VImming

John Karlo Cachero johnsci911

:atom:
VImming
View GitHub Profile
@johnsci911
johnsci911 / KILL-LARAVEL-VALET-MAC.md
Created April 10, 2024 17:07 — forked from itsmikita/KILL-LARAVEL-VALET-MAC.md
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