added warning message for exist js file

This commit is contained in:
Burak Civan
2022-08-16 17:22:37 +03:00
parent f54f5cb60b
commit 41418d7013
2 changed files with 30 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ return [
'extension' => ':extension extension needs to be installed and loaded!',
'directory' => ':directory directory needs to be writable!',
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
'npm' => '<b>Missing JavaScript files !</b> <br><br><span>You should run <em class="underline">npm install</em> and <em class="underline">npm run dev</em> commands.</span>',
],
'database' => [