Skip to content

Commit

Permalink
Jobs installer improved
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxbot committed Jan 11, 2024
1 parent 54f086b commit cda2bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ public function register_plugins(): void
if (! File::exists($providerPath)) {

info('The Filament AdminPanelProvider.php or FilamentServiceProvider.php file does not exist. We try to install now ...');
$this->call('artisan filament:install --panels');

$this->call('filament:install', ['--panels' => true]);

info('Filament seems to be installed. Now proceeding with Moox Jobs installation ...');

}

Expand Down

0 comments on commit cda2bcf

Please sign in to comment.