There was an error while loading. Please reload this page.
1 parent 2694723 commit 629eeb5Copy full SHA for 629eeb5
1 file changed
src/CreateCommand.php
@@ -155,7 +155,7 @@ protected function handle(): int
155
$this->writeln("\n🚀 Successfully created project " . basename($directory) . "\n");
156
$this->writeln('👉 Get started with the following commands:');
157
$this->writeln("\n cd " . basename($directory));
158
- $this->writeln(' php bin/' . basename($directory) . ' greet');
+ $this->writeln(' php leaf greet');
159
160
$this->writeln("\n🍁 Happy gardening!\n");
161
0 commit comments