diff --git a/src/NewCommand.php b/src/NewCommand.php index b782a45..c876309 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -243,6 +243,10 @@ protected function execute(InputInterface $input, OutputInterface $output): int if ($this->usingLaravelStarterKit($input) && $input->getOption('workos')) { $createProjectCommand = str_replace(" {$starterKit} ", " {$starterKit}:dev-workos ", $createProjectCommand); } + + if (! $this->usingLaravelStarterKit($input) && str_contains($starterKit, '://')) { + $createProjectCommand = 'npx tiged@latest '.$starterKit.' "'.$directory.'" && cd "'.$directory.'" && composer install'; + } } $commands = [