You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Hey, I'm using Ubuntu 22.04LTS on WSL Windows 11 and it works great, but there are some issues
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 wellso
valet start
doesn't run PHP only first time after machine bootvalet status
it shows that php-form and nginx doesn't running, but they are
Is anyone know how to fix it?
The text was updated successfully, but these errors were encountered: