If you want to see the source code to the updater, you can find it here:
https://github.com/nicoverbruggen/phpmon-updater
Starting with version 6.0, the code of the updater will be included
in this repository.
After the last merge, there was one file I accidentally included that
doesn't need to be here: the legacy ServicesManager class! In order to
ensure that 5.7, 6.0 and `main` branches are somewhat in order and
easy to merge, I have now removed this file.
This merge brings all of the changes from 5.7 into the 6.0 branch,
while avoiding the need for cherry picking now that the conflicts
have been resolved.
You can start extra verbose logging by running: `touch ~/.config/phpmon/verbose`
Once this file exists, you can find the latest log in: `~/.config/phpmon/last_session.log`.
You can start extra verbose logging by running: `touch ~/.config/phpmon/verbose`
Once this file exists, you can find the latest log in: `~/.config/phpmon/last_session.log`.
This commit ensures that PHP Monitor knows about which versions of
PHP are supported by the upcoming Valet 4.0: PHP 7.1 and higher.
Ensures compatibility with https://github.com/laravel/valet/pull/1318
This commit ensures that PHP Monitor knows about which versions of
PHP are supported by the upcoming Valet 4.0: PHP 7.1 and higher.
Ensures compatibility with https://github.com/laravel/valet/pull/1318