Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Nav-Appaiya/b7495e195116fceb4495288d24836aed to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/b7495e195116fceb4495288d24836aed to your computer and use it in GitHub Desktop.
valet fixer
valet stop
brew unlink php@7.0 php@7.1 php@7.2 php@7.3 php@7.4
brew link --force --overwrite php@7.4
brew services start php@7.4
composer global update
rm -f ~/.config/valet/valet.sock
valet install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment