genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
148 stars 26 forks source link

install and change version for pacman #90

Closed cobraprojects closed 1 year ago

cobraprojects commented 1 year ago

Hello @uttamrabadiya

this pull request fix install and change version for pacman on archlinux valet install works fine valet use 74 switch to php74 "manually installed from the AUR" valet use switch to latest version

after switch to php74 using valet use 74 valet status returns:

Php74-fpm is running...
Nginx is running...

however the server not running propably I checked for php74-fpm service and it's enabled and active, php-fpm is disabled and not active

as ervery thing is fine I don't know why the server is not running, it might be a personal issue.

so I decided to share the code with you as you may find what is wrong with it

and sorry if my editor do some reformating I'll fix that if every thing is ok

thanks in advance

uttamrabadiya commented 1 year ago

Closing this as we have modified php-fpm integration entirely and it fixes issues for Arch Linux as well.