Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created March 18, 2020 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpscholar/f6c568ffec6b2bd97d577898e3ae220d to your computer and use it in GitHub Desktop.
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 php@7.4`
brew services stop php@7.3
brew services start php@7.4
valet restart
@wpscholar
Copy link
Author

See GitHub issue: laravel/valet#237 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment