Skip to content

Instantly share code, notes, and snippets.

@ricardoaugusto
Created February 2, 2024 10:21
Show Gist options
  • Save ricardoaugusto/b0b62cd3d5847884baa548d70e4a0586 to your computer and use it in GitHub Desktop.
Save ricardoaugusto/b0b62cd3d5847884baa548d70e4a0586 to your computer and use it in GitHub Desktop.
Laravel Valet: fix "Unable to determine linked PHP when parsing 8.3"
brew unlink php
valet use php@7.4 #or another version
brew services restart --all
composer global update
valet start
@ricardoaugusto
Copy link
Author

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