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.
1 parent 24b3765 commit b44c0b2Copy full SHA for b44c0b2
src/app/Console/Commands/Install.php
@@ -93,7 +93,7 @@ public function handle()
93
94
// Install Backpack Basset
95
$this->progressBlock('Installing Basset');
96
- $this->executeArtisanProcess('basset:install --no-check');
+ $this->executeArtisanProcess('basset:install --no-check --no-interaction');
97
$this->closeProgressBlock();
98
99
// Optional commands
0 commit comments