From 438a01cd713b2dad2f65e40d8e4750709bc3e754 Mon Sep 17 00:00:00 2001 From: Marco Rieser Date: Tue, 17 Mar 2026 05:33:22 +0100 Subject: [PATCH] Enable Pro before installing starter kit --- src/NewCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index 83079ea..478b52d 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -140,8 +140,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int ->askToPushToGithub() ->askToSpreadJoy() ->installBaseProject() - ->installStarterKit() ->enableStatamicPro() + ->installStarterKit() ->makeSuperUser() ->configureDatabaseConnection() ->installEloquentDriver()