added php executable requirement

This commit is contained in:
denisdulici
2020-03-19 00:35:50 +03:00
parent 53a7e92055
commit 056d2473eb
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ return [
'disabled' => ':feature needs to be disabled!',
'extension' => ':extension extension needs to be installed and loaded!',
'directory' => ':directory directory needs to be writable!',
'executable' => 'The PHP executable file is not working! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
],
'database' => [