PHP homebrew tampaknya tidak terhubung. Harap jalankan [valet gunakan [email protected]]

#Find the PHP version
brew list
#In my case it was [email protected], then
brew link [email protected] --force --overwrite
#Now, install valet
valet install
Snippets