(Grav GitSync) Automatic Commit from smokephil

This commit is contained in:
smokephil 2025-11-11 19:27:29 +01:00 committed by GitSync
parent d73d0ba519
commit 96a01e3ab4
260 changed files with 25905 additions and 16011 deletions

View file

@ -280,7 +280,8 @@ class DevToolsCommand extends ConsoleCommand
$this->output->writeln('Path: <cyan>' . $component_folder . '</cyan>');
$this->output->writeln('');
if ($type === 'plugin') {
$this->output->writeln('<yellow>Please run `cd ' . $component_folder . '` and `composer update` to initialize the autoloader</yellow>');
$this->output->writeln('<red>!!! IMPORTANT: To initialize the autoloader, please run this now:</red>');
$this->output->writeln('<yellow>cd ' . $component_folder . ' && composer update </yellow>');
$this->output->writeln('');
}