Created
January 27, 2023 03:09
-
-
Save RickardAhlstedt/69f3e8d0107536994afef0abc9ca0caa to your computer and use it in GitHub Desktop.
When brew update goes wrong and valet & php refuses to work
This file contains 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 unlink php && brew link php | |
brew services restart --all | |
composer global update | |
valet install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment