We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4b1f4 commit 1d13a3eCopy full SHA for 1d13a3e
src/Console/Serve.php
@@ -34,7 +34,7 @@ public function fire()
34
{
35
chdir($this->laravel->publicPath());
36
37
- $this->line("<info>Laravel development server started:</info> <http://{$this->host()}:{$this->port()}>");
+ $this->line("<info>Laravel dredd testing server started:</info> <http://{$this->host()}:{$this->port()}>");
38
39
passthru($this->serverCommand());
40
}
0 commit comments