v2.5
Important: If you have upgraded to PHP 8.0, please run brew install [email protected]
, composer global update
and valet install
to upgrade the dependencies. This should get Valet into a workable state at which point you can make good use of PHP Monitor.
- Initial compatibility with PHP 8.0.0 via Homebrew
- PHP Monitor now no longer requires you have the latest version of PHP installed: it will determine via
brew info php --json
what version of PHP you have installed - If you only have
php
installed and you don't have[email protected]
or[email protected]
installed, that version now appears in the switcher - A new feature has been added that allows you to quickly check the
phpinfo()
of your current PHP setup