diff --git a/src/NewCommand.php b/src/NewCommand.php index 308ffb9e..908e9439 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -177,7 +177,6 @@ protected function installJetstream(string $directory, string $stack, bool $team $commands = array_filter([ $this->findComposer().' require laravel/jetstream', trim(sprintf(PHP_BINARY.' artisan jetstream:install %s %s', $stack, $teams ? '--teams' : '')), - PHP_BINARY.' artisan storage:link', ]); $this->runCommands($commands, $input, $output);