Skip to content

Commit

Permalink
Highlight Alpine (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Sep 1, 2023
1 parent 5e0a2b8 commit b14e902
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 @@ -307,7 +307,7 @@ protected function promptForMissingArgumentsUsing()
'stack' => fn () => select(
label: 'Which Breeze stack would you like to install?',
options: [
'blade' => 'Blade',
'blade' => 'Blade with Alpine',
'react' => 'React with Inertia',
'vue' => 'Vue with Inertia',
'api' => 'API only',
Expand Down

0 comments on commit b14e902

Please sign in to comment.