setName('generate:installed-sixshop') ->setDescription('Generate vendor/composer/installedSixShop.php'); } public function handle(): void { require $this->app->getRootPath() . 'scripts/generate-installed-sixshop.php'; $this->output->writeln('Generated: ' . $this->app->getRootPath() . 'vendor/composer/installedSixShop.php'); } }