From f4885f7dbc5f4e7b54bfb2d76be54e7b271e25a2 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 8 Sep 2022 17:20:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Update=20pre-release=20PHP=20ver?= =?UTF-8?q?sion=20notice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index ec868f6..d32e1d5 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -378,7 +378,7 @@ problem manually, using your own Terminal app (this just shows you the output)." // PHP FPM Broken "alert.php_fpm_broken.title" = "Your PHP-FPM configuration is not pointing at the Valet socket!"; "alert.php_fpm_broken.info" = "PHP Monitor has determined that there are issues with your PHP-FPM config. This will result in '502 Bad Gateway' responses if you visit websites linked via Valet."; -"alert.php_fpm_broken.description" = "If it's been a while, you can usually fix this by running `valet install`, which updates your PHP-FPM configuration.\n\nIf you are seeing this message and you are trying to run a pre-release version of PHP, it is possible that Valet does not support this pre-release version of PHP yet.\n\nIf that is the case, you can try the following workaround: edit the file at `~/.composer/vendor/laravel/valet/cli/Valet/Brew.php` and add e.g. `php@8.2` to the `SUPPORTED_PHP_VERSIONS` array. After editing the file, try running `valet install`. (This will, if all goes well, set up all the required Valet configuration files.)"; +"alert.php_fpm_broken.description" = "If it's been a while, you can usually fix this by running `valet install`, which updates your PHP-FPM configuration.\n\nIf you are seeing this message and you are trying to run a pre-release version of PHP, it is possible that Valet does not support this pre-release version of PHP yet.\n\nYou may need to upgrade your installation of Laravel Valet to at least v3.1.11, after that you should run `valet install`. More information here: https://phpmon.app/prerelease-php"; // PHP Monitor Cannot Start "alert.cannot_start.title" = "PHP Monitor cannot start due to a problem with your system configuration";