Update docs and scripts to use the correct composer install script

This commit is contained in:
Art4 2025-02-06 07:43:52 +00:00
parent 98f1ae444c
commit d71264993d
7 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@
$start_time = microtime(true);
if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
die('Vendor path not found. Please execute "bin/composer.phar --no-dev install" on the command line in the web root.');
die('Vendor path not found. Please execute "bin/composer.phar run install:prod" on the command line in the web root.');
}
require __DIR__ . '/vendor/autoload.php';