Skip to content

Commit

Permalink
Remove storage:link command (#245)
Browse files Browse the repository at this point in the history
This has been moved to the Jetstream install command instead.
  • Loading branch information
jessarcher authored Sep 8, 2022
1 parent 8966bd9 commit 55919b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 55919b1

Please sign in to comment.