Skip to content

Instantly share code, notes, and snippets.

@thinkstylestudio
Created April 30, 2018 22:55
Show Gist options
  • Save thinkstylestudio/f226e1be5a48dc0725209a52e800756b to your computer and use it in GitHub Desktop.
Save thinkstylestudio/f226e1be5a48dc0725209a52e800756b to your computer and use it in GitHub Desktop.
composer global remove laravel/valet
rm -rf ~/.valet
brew unlink nginx && brew remove nginx && brew uninstall --force nginx
brew unlink [email protected] && brew remove [email protected]
brew unlink dnsmasq && brew remove dnsmasq
composer global require laravel/valet &&
valet install &&
ping foobar.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment