Skip to content

Commit

Permalink
Install steps realigned
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored Aug 23, 2024
1 parent 218186f commit aefcc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.', '<fg=green;options=bold>DONE</>');

Expand Down

0 comments on commit aefcc28

Please sign in to comment.