Created
February 2, 2024 10:21
-
-
Save ricardoaugusto/b0b62cd3d5847884baa548d70e4a0586 to your computer and use it in GitHub Desktop.
Laravel Valet: fix "Unable to determine linked PHP when parsing 8.3"
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 | |
valet use [email protected] #or another version | |
brew services restart --all | |
composer global update | |
valet start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laravel/valet#533 (comment)