Skip to content

Commit 55919b1

Browse files
authored
Remove storage:link command (#245)
This has been moved to the Jetstream install command instead.
1 parent 8966bd9 commit 55919b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NewCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ protected function installJetstream(string $directory, string $stack, bool $team
177177
$commands = array_filter([
178178
$this->findComposer().' require laravel/jetstream',
179179
trim(sprintf(PHP_BINARY.' artisan jetstream:install %s %s', $stack, $teams ? '--teams' : '')),
180-
PHP_BINARY.' artisan storage:link',
181180
]);
182181

183182
$this->runCommands($commands, $input, $output);

0 commit comments

Comments
 (0)