1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

📝 Update README

This commit is contained in:
2021-12-19 12:42:39 +01:00
parent a950587e84
commit f74f9f69b2
2 changed files with 19 additions and 12 deletions

View File

@ -297,7 +297,7 @@ In order to save power, this only happens once every 60 seconds.
This utility will detect which PHP versions you have installed via Homebrew, and then allows you to switch between them.
Starting with PHP Monitor 4.1, the app now leverages Valets included `valet use php@major.minor` command.
The switcher will disable all PHP-FPM services not belonging to the version you wish to use, and link the desired version of PHP. Then, it'll restart your desired PHP version's FPM process. This all happens in parallel, so this should be much faster than Valets switcher.
### Want to know more?