diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index d1447b6..4904c9f 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -31,13 +31,13 @@ public function handle() { try { - $this->configureRouteFile(); - $this->confirmConfigPublish(); $this->confirmLanguagePublish(); $this->confirmStubsPublish(); + + $this->configureRouteFile(); $this->components->twoColumnDetail('API Crud Setup Complete.', 'DONE');