Created
April 30, 2018 22:55
-
-
Save thinkstylestudio/f226e1be5a48dc0725209a52e800756b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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