Open andrii-marushchak opened 1 year ago
@andrii-marushchak We haven't tested this with WSL Windows 11, I thought people would prefer GUI version rather than CLI, but I will give it a shot to test with WSL and will see if I can extend support for it.
Thank you for bringing this to us!
Hey, I'm using Ubuntu 22.04LTS on WSL Windows 11 and it works great, but there are some issues 1) At the first run of
valet start
php-fpm doesn't runningSo i have to run it myself
sudo service php7.4-fpm start
after it has started,
valet stop
stopped the service andvalet use 8.0
works as well sovalet start
doesn't run PHP only first time after machine boot2) Second issue related to
valet status
it shows that php-form and nginx doesn't running, but they areIs anyone know how to fix it?