Skip to content

Commit 6655dee

Browse files
committed
Note about serve
AFAICR, `serve` was removed the core. Check laravel/laravel@80fb944
1 parent 9a3206f commit 6655dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/01-03-01-Built-in-Web-Server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You might notice a server.php in the Laravel codes. The purpose of this is for y
1212
> php -S localhost:8000 server.php
1313
{% endhighlight %}
1414

15-
or simply
15+
or simply (note that the following **only** works for Laravel `v4.x`):
1616

1717
{% highlight console %}
1818
> php artisan serve
@@ -22,4 +22,4 @@ You can also specify optional parameters
2222

2323
{% highlight console %}
2424
> php artisan serve --port=8080 --host=local.dev
25-
{% endhighlight %}
25+
{% endhighlight %}

0 commit comments

Comments
 (0)