Skip to content

Commit

Permalink
Update InstallsSpladeStack.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 19, 2024
1 parent 31ca22c commit f7d8c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallsSpladeStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected function installSpladeStack()

$legacyLaravelSkeleton
? $this->replaceInFile('auth:api', 'auth:sanctum', base_path('routes/api.php'))
: $this->call('install:api');
: $this->callSilent('install:api', ['--without-migration-prompt' => true]);

copy($spladeJetstreamStubsDir.'routes/web.php', base_path('routes/web.php'));

Expand Down

0 comments on commit f7d8c9d

Please sign in to comment.