From 6009a3a753bdbcb9238581a43797ca1324bf291f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 1 Dec 2017 23:02:56 -0800 Subject: [PATCH] Added lambo's suggestion to cd into the project's directory --- app/Commands/NewCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Commands/NewCommand.php b/app/Commands/NewCommand.php index 38bd553..7aa051a 100644 --- a/app/Commands/NewCommand.php +++ b/app/Commands/NewCommand.php @@ -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()