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
Merge branch 'develop' into main
* develop:
📝 Updated README, SECURITY docs
🍱 Updated screenshot to Big Sur
♻️ Cleanup
🚧 WIP: Notify the user about PHP switch completion (#15)
Copy file name to clipboardExpand all lines: README.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ PHP Monitor (or phpmon) is a lightweight macOS utility app that runs on your Mac
6
6
7
7
It also gives you quick access to various useful functionality (like switching PHP versions, restarting services, accessing configuration files, and more).
For me, it comes in handy when running multiple versions of PHP with Homebrew. If you wish to be able to see at a glance which version is currently linked & active with Laravel Valet, PHP Monitor is your new best friend.
12
12
13
-
It's also super convenient to and switch between versions.
13
+
It's also super convenient to switch between different versions of PHP, or to find your currently active .ini file!
14
14
15
15
## 🖥 System requirements
16
16
@@ -22,12 +22,12 @@ _Please note that future versions of PHP will not work automatically, minor chan
22
22
23
23
## 🚀 How to install
24
24
25
-
You can install via Homebrew, or may download the latest [release](https://github.com/nicoverbruggen/phpmon/releases).
25
+
You can install via Homebrew, or may download the latest [release][1].
26
26
27
27
To install via Homebrew, run:
28
28
29
-
brew tap nicoverbruggen/homebrew-cask
30
-
brew cask install phpmon
29
+
brew tap nicoverbruggen/homebrew-cask
30
+
brew cask install phpmon
31
31
32
32
## 👨💻 Why I built this
33
33
@@ -54,7 +54,7 @@ This means:
54
54
The utility runs the following commands:
55
55
56
56
- Unlink all detected PHP versions
57
-
- Switch to PHP 7.4 (this is done in order to ensure that Valet works, even when attempting to use PHP 5.6)
57
+
- Switch to PHP 7.4 (this is done to ensure that Valet works, even when attempting to use PHP 5.6)
58
58
- Stop all php-fpm service instances
59
59
- Link the desired version of PHP
60
60
- Start the correct php-fpm service for the desired PHP version
@@ -82,8 +82,11 @@ Follow instructions as specified in the alert in order to resolve any issues.
82
82
83
83
## 📝 Additional information
84
84
85
-
Please consult the [additional information](docs/ADDITIONAL.md) file that contains more information.
85
+
Please consult the [additional information][2] file that contains more information.
86
86
87
87
## ⭐️ Is this helpful?
88
88
89
-
If this software has been useful to you, star the repository so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue.
89
+
If this software has been useful to you, star the repository, so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue.
"notification.version_changed_title" = "PHP %@ now active";
39
+
"notification.version_changed_desc" = "PHP Monitor has finished the switch to PHP %@.";
40
+
9
41
// ALERTS
10
42
11
43
// Force Reload Started
@@ -15,3 +47,9 @@
15
47
// Force Reload Done
16
48
"alert.force_reload_done.title" = "PHP has been force reloaded";
17
49
"alert.force_reload_done.info" = "All appropriate services have been restarted, and the latest version of PHP is now active. You can now try switching to another version of PHP.";
"alert.cannot_start.info" = "The issue you were just notified about is keeping PHP Monitor from functioning correctly. Please fix the issue and restart PHP Monitor. After clicking on OK, PHP Monitor will close.\n\nIf you have fixed the issue (or don't remember what the exact issue is) you can click on Retry, which will have PHP Monitor retry the startup checks.";
0 commit comments