Minor improvements (#1612)

* Minor improvements

* Update CHANGELOG.md

* Update README.md

* Update install.php

* Update install.php
This commit is contained in:
Roman Kelesidis 2024-08-26 15:37:31 +07:00 committed by GitHub
commit 8d1d9cbb01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View file

@ -253,6 +253,9 @@ if (!is_file(BB_ROOT . 'vendor/autoload.php')) {
out('- composer.phar not found', 'error');
exit;
}
} else {
out('- Composer dependencies are present!', 'success');
out("- Note: Remove 'vendor' folder if you want to re-install dependencies\n");
}
// Preparing ENV