We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7996979 + d703ab6 commit 4e88dcdCopy full SHA for 4e88dcd
src/app/Console/Commands/Install.php
@@ -50,7 +50,7 @@ public function handle()
50
]);
51
52
$this->line(" Creating users table (using Laravel's default migration)");
53
- $this->executeArtisanProcess('migrate');
+ $this->executeArtisanProcess('migrate', $this->option('no-interaction') ? ['--no-interaction' => true] : []);
54
55
$this->line(" Creating App\Http\Middleware\CheckIfAdmin.php");
56
$this->executeArtisanProcess('backpack:publish-middleware');
0 commit comments