Skip to content

Commit

Permalink
fix: not installing filament panels
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 9, 2023
1 parent fdd3daa commit 83acc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Installer/Drivers/Filament/FilamentDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected function ensureDependenciesAreInstalled(string $composerBinary, Instal
$this->phpBinary(),
'artisan',
'filament:install',
'--panels',
'--force',
'--quiet',
], base_path()))
Expand Down

0 comments on commit 83acc5c

Please sign in to comment.