The only PHP version I can get working is 7.1. If I switch to 7.2 or7.3 I get a 502 Bad Gateway error
Did you tried a valet restart after switching the PHP version?
@timtox Oh, yeah. I tried everything I could think of. Nothing seems to work.
I'm not even convinced it was installed correctly. The installation is so completely broken (see #318).
I had to jump though so many hoops to get it installed. I tried documenting what I did, but it eventually became so convoluted that I couldn't keep track.
I initially installed it to get ionCube, and it dosn't even seem to work.
I've given up on Valet+ only after a weekend. This project is so broken.
Can you provide details/information about the problem/error you run into?
Well simply put, it's not switching PHP versions or the install failed. With any PHP version besides 7.1 I get a 502 error.
You should really look here #318.
It took me 6 hours just to get this installed. There's something seriously broken with Valet+.
I agree, ran into problems too. Others as well, see also https://github.com/weprovide/valet-plus/issues/391#issuecomment-522329656
I think also switching from Laravel's Valet to Valet+ is not an easy transfer, all kinds of version collisions and config files. However, you can't hold Valet+ responsible for not getting Laravel's Valet properly uninstalled. Then again, even on fresh install issues raise. The docs also are not complete.
Anyway, we've planned to work on these install issues shortly.
i also had this issue valet use 7.whatever simply was no longer working. After much reading of the solutions, and experimenting i finally found a reliable solution. I'm using zsh, but i think that these instructions should work for whichever shell you use:
brew unlink [email protected]brew link --force [email protected]~/.zshrc (or whichever file your shell uses)export PATH="/usr/local/opt/[email protected]/bin:$PATH"export PATH="/usr/local/opt/[email protected]/sbin:$PATH"valet installIf i follow this process it works each time.. Hope this helps someone
I cannot get off of [email protected] no matter what I try. I removed [email protected] and [email protected], completely, uninstalled valet+, cleared my composer cache and vendor folder, rebooted, and then reinstalled, and it still installs 7.1 and tries to use it. No matter what I do it will try to use 7.1. When I try valet use 7.2 it says I'm already on that version.
Why does it keep installing [email protected]?
Dear Contributor,
With the release of Valet+ 2.0.0 the Valet+ development team and contributors have implemented the contribution guidelines. The contribution guidelines aim to improve the support and workflow of Valet+. For further information why this was implemented please check https://github.com/weprovide/valet-plus/issues/393.
We're closing this ticket because it does not follow the correct format. If you feel your ticket is still relevant we encourage you to re-open your ticket using the correct format.
Kind regards,
The Valet+ team
Most helpful comment
I cannot get off of
[email protected]no matter what I try. I removed[email protected]and[email protected], completely, uninstalled valet+, cleared my composer cache and vendor folder, rebooted, and then reinstalled, and it still installs 7.1 and tries to use it. No matter what I do it will try to use 7.1. When I tryvalet use 7.2it says I'm already on that version.Why does it keep installing
[email protected]?