Skip to content

Commit

Permalink
Added lambo's suggestion to cd into the project's directory
Browse files Browse the repository at this point in the history
  • Loading branch information
philip committed Dec 2, 2017
1 parent 5adfb21 commit 6009a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Commands/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ public function handle(): void
if ($this->tools['valet']) {
$this->openBrowser();
}

$this->info("You're ready to go! Remember to cd into '{$this->projectpath}' before you start editing.");
}

protected function getAvailableTools()
Expand Down

0 comments on commit 6009a3a

Please sign in to comment.