Skip to content

Commit

Permalink
hotfix breeze livewire functional installation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Jul 19, 2024
1 parent dac29f2 commit 029a02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function handle(InstallManager $installManager): ?int
$installManager->driver(match (true) {
$this->getStarterKit() === InstallStarterKit::Filament => 'filament',
($this->getStarterKit() === InstallStarterKit::Breeze &&
$this->getStack() === BreezeInstallStack::Livewire) => 'livewire-breeze',
$this->getStack() === BreezeInstallStack::Livewire) => 'breeze-livewire-functional',
default => $this->getStarterKit()->value.'-'.$this->getStack()->value,
})->install(
$this->option('composer'),
Expand Down

0 comments on commit 029a02e

Please sign in to comment.