Skip to content

Commit dcfe584

Browse files
committed
Add composer install message
1 parent 8d0bcc2 commit dcfe584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/New/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handle(): void
5252

5353
$this->installerService->init()->installPackage();
5454

55-
$this->getPrinter()->success(' Your package created successfully ', true);
55+
$this->getPrinter()->success(' Your package created successfully. Now, you run "composer install". ', true);
5656
} else {
5757
$this->getPrinter()->error(' Operation canceled ', true);
5858
}

0 commit comments

Comments
 (0)