From adcd8e083294d968033e829c9635147648bf299e Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Fri, 1 Sep 2023 09:02:38 +1000 Subject: [PATCH] Highlight Alpine --- src/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',