You heard it right, now you can have GUI for Laravel Valet to perform all the actions that you can do using the command line and much more.
Nico Verbruggen has created an amazing lightweight macOS menubar app called PHP Monitor to effortlessly manage PHP and Valet services. It provides a GUI to manage PHP versions, locate config files, stop & start Valet services and shows helpful information about your setup. As you can see in the following screenshot as the final result.
Before installing this app, you need to have Laravel Valet installed.
Following are the steps:
- Run the following commands to install PHP Monitor
brew tap nicoverbruggen/homebrew-cask
brew install --cask phpmon
You should see the following output for brew tap nicoverbruggen/homebrew-cask
:
and following for brew install --cask phpmon
Open the PHP Monitor app
If you get a message like the following
then runsudo valet trust
If you still get the message: PHP Monitor cannot start
then runbrew upgrade phpmon
If still not working then run
composer global update
andvalet install
Now, you should be able to see a new icon on your menubar and when you click on it you should see the result like the following:
For more depth information about the app and any additional troubleshooting, please visit PHP Monitor and if you like the app then don't forget to star the repository.
Top comments (0)