(Grav GitSync) Automatic Commit from smokephil
This commit is contained in:
parent
d73d0ba519
commit
96a01e3ab4
260 changed files with 25905 additions and 16011 deletions
|
|
@ -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('');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue