From f072ceae3725ecaff8ddd950ce462e195fd84ab9 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 29 Mar 2022 09:55:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20FAQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 5f8e2c5..1843f95 100644 --- a/README.md +++ b/README.md @@ -95,27 +95,6 @@ For more details, consult the [constants file](https://github.com/nicoverbruggen -
-I have PHP Monitor installed, and it works. But... I want to upgrade my PHP versions, what's the best way to do this? - -It's easy to make a mistake here and and up with an unlinked version of PHP or have versions missing from PHP Monitor. Here's what I usually do: - -* Open PHP Monitor and select **First Aid & Services** > **Restore Homebrew Permissions**. -* Close PHP Monitor after the pop-up tells you the permissions were restored. -* Run `brew update-reset` -* Run `brew upgrade` - -If after this, any PHP versions are missing in PHP Monitor, please run the following for the versions that are missing: - -* Run `brew uninstall php@x.x` (where `x.x` is the version) -* Run `brew cleanup` -* Run `brew install php@x.x` (where `x.x` is the version) - -You may still need to run `brew link php` after upgrading, too. - -That's it. Now start up PHP Monitor again and you should be golden! -
-
I want PHP Monitor to start up when I boot my Mac! @@ -173,6 +152,29 @@ This should install `dnsmasq` and set up Valet. Great, almost there! Finally, run PHP Monitor. Since the app is notarized and signed with a developer ID, it should work.
+
+I have PHP Monitor installed, and it works. I want to upgrade my PHP installations to the latest version, what's the best way to do this? + +It's easy to make a mistake here, and end up with an unlinked version of PHP or have versions missing from PHP Monitor. + +Here's what I usually do: + +* Open PHP Monitor and select **First Aid & Services** > **Restore Homebrew Permissions**. +* Close PHP Monitor after the pop-up tells you the permissions were restored. +* Run `brew update-reset` +* Run `brew upgrade` + +If after this, any PHP versions are missing in PHP Monitor, please run the following for the versions that are missing: + +* Run `brew uninstall php@x.x` (where `x.x` is the version) +* Run `brew cleanup` (if you get any permission issues you may need to manually clean up the folder) +* Run `brew install php@x.x` (where `x.x` is the version) + +You may still need to run `brew link php` after upgrading, too. + +That's it. Now start up PHP Monitor again and you should be golden! +
+
PHP Monitor tells me `php` is not installed...