Created
March 18, 2020 16:40
-
-
Save wpscholar/f6c568ffec6b2bd97d577898e3ae220d to your computer and use it in GitHub Desktop.
What to do when Laravel Valet won't let you change PHP versions even though you ran `valet use [email protected]`
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
brew services stop [email protected] | |
brew services start [email protected] | |
valet restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See GitHub issue: laravel/valet#237 (comment)