Skip to content

Instantly share code, notes, and snippets.

@RickardAhlstedt
Created January 27, 2023 03:09
Show Gist options
  • Save RickardAhlstedt/69f3e8d0107536994afef0abc9ca0caa to your computer and use it in GitHub Desktop.
Save RickardAhlstedt/69f3e8d0107536994afef0abc9ca0caa to your computer and use it in GitHub Desktop.
When brew update goes wrong and valet & php refuses to work
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