I just upgraded brew ..
brew update // or brew upgrade ..
and suddenly php 8 has installed on my macbook.
After that, Laravel valet does not work..
I wonder if I have to remove php8 and reinstall php 7.x .
Or maybe I can get how to fix this situation..
Usually Laravel 7/8 is used.
Anybody can help this ?
Upgrade valet (composer global upgrade
)
Then re-run the install scripts (valet install
)