We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If I click in PHP Monitor on First Aid & Services → Stop Valet Services, nothing happens.
Running valet stop in the terminal reports
valet stop
Stopping php@8.0... Stopping php... Stopping nginx... Valet services have been stopped.
as expected.
To Reproduce
Expected behavior Shut down services as valet stop does.
Required information
Additional context App is so cool ❤️. However, sometimes I need to shut down Valet. 🥲
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I'll see what's causing this. I probably missed this with all of the rewrites 😅
As a workaround, you can also click on the checkmarks in the services section in the menu. (This toggles the services on/off, albeit one by one.)
Sorry, something went wrong.
I can confirm that the services shut down if I click the icons seperately. (Hey, bettern than nothing. 😄)
🐛 Fix services not shutting down (#225)
4baeaea
For the sake of completeness: Unfortunately, running brew doctor also didn't bring any change.
brew doctor
I found the issue, it was a silly refactor thing that I missed.
I made a new build! Please let me know if this build solved the problem (works on my system now): phpmon.zip
5fa1836
nicoverbruggen
No branches or pull requests
Describe the bug
If I click in PHP Monitor on First Aid & Services → Stop Valet Services, nothing happens.
Running
valet stop
in the terminal reportsas expected.
To Reproduce
Expected behavior
Shut down services as
valet stop
does.Required information
Additional context
App is so cool ❤️. However, sometimes I need to shut down Valet. 🥲
The text was updated successfully, but these errors were encountered: