diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 02c14e9b3..f28583833 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -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',