Created
December 21, 2021 13:14
-
-
Save lokmanm/1b93284bdcb5f56bc52d9e9777f0427a to your computer and use it in GitHub Desktop.
Switching PHP Versions in Valet
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
valet stop | |
brew unlink [email protected] [email protected] [email protected] [email protected] [email protected] | |
brew link --force --overwrite [email protected] | |
brew services start [email protected] | |
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