mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
📝 Update README.md, ADDITIONAL.md
This commit is contained in:
@ -20,7 +20,7 @@ PHP Monitor is a universal application that runs on Apple Silicon **and** Intel-
|
|||||||
* The brew formula `php` has to be installed (which version it is, is detected)
|
* The brew formula `php` has to be installed (which version it is, is detected)
|
||||||
* Laravel Valet 2.x
|
* Laravel Valet 2.x
|
||||||
|
|
||||||
_Please note that future versions of PHP will not work automatically, minor changes are usually required to add support for newer versions of PHP._
|
_Please note that future versions of PHP will not work automatically, minor changes are usually required to add support for newer versions of PHP. You may need to update your Valet installation to keep everything working if a major version update of PHP has been released._
|
||||||
|
|
||||||
## 🚀 How to install
|
## 🚀 How to install
|
||||||
|
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
### Q&A
|
### Q&A
|
||||||
|
|
||||||
#### Q: This app is doing network requests?
|
#### Q: Does this support Apple Silicon?
|
||||||
|
|
||||||
|
Yes. This is a universal app.
|
||||||
|
|
||||||
|
#### Q: Is PHP 8.x supported?
|
||||||
|
|
||||||
|
Yes.
|
||||||
|
|
||||||
|
#### Q: This app is doing network requests? Why?
|
||||||
|
|
||||||
It's Homebrew. I can't prevent `brew` from doing things via the network when I invoke it.
|
It's Homebrew. I can't prevent `brew` from doing things via the network when I invoke it.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user