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.
2 parents 9a3206f + 6655dee commit e9cb811Copy full SHA for e9cb811
_posts/01-03-01-Built-in-Web-Server.md
@@ -12,7 +12,7 @@ You might notice a server.php in the Laravel codes. The purpose of this is for y
12
> php -S localhost:8000 server.php
13
{% endhighlight %}
14
15
-or simply
+or simply (note that the following **only** works for Laravel `v4.x`):
16
17
{% highlight console %}
18
> php artisan serve
@@ -22,4 +22,4 @@ You can also specify optional parameters
22
23
24
> php artisan serve --port=8080 --host=local.dev
25
-{% endhighlight %}
+{% endhighlight %}
0 commit comments