-
-
Save vaporic/02b3d23aa85c3d53b307aa2c843a58b8 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
switch-php() { | |
valet stop | |
brew unlink [email protected] [email protected] [email protected] | |
brew link --force --overwrite php@$1 | |
brew services restart php@$1 | |
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