Answers for "Homebrew PHP appears not to be linked. Please run [valet use php@X.Y]"

1

Homebrew PHP appears not to be linked. Please run [valet use php@X.Y]

#Find the PHP version
brew list
#In my case it was php@7.4, then
brew link php@7.4 --force --overwrite
#Now, install valet
valet install
Posted by: Guest on February-22-2021

Code answers related to "Homebrew PHP appears not to be linked. Please run [valet use php@X.Y]"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language