Skip to content

Laravel Valet no longer working after homebrew upgrade #1175

Discussion options

You must be logged in to vote

After 5 days with no reactions in this discussion and no solution, I finally found a solution for this problem.

It seems like Laravel Valet does not support PHP8.1 ...

Downgrading PHP back to PHP8.0 fixed the issue with the following commands:
brew install [email protected]
brew unlink php
brew link [email protected]
php -v
valet use [email protected] --force

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fullstackfool
Comment options

@guillaumedeplancke
Comment options

@fullstackfool
Comment options

Answer selected by guillaumedeplancke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1174 on January 06, 2022 08:49.