Adjust installation after release of 5.7

This commit is contained in:
Jonas Staudenmeir 2018-09-04 18:40:41 +02:00
parent 6942faf3ab
commit 0820c0a31b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Once installed, the `laravel new` command will create a fresh Laravel installati
Alternatively, you may also install Laravel by issuing the Composer `create-project` command in your terminal:
composer create-project --prefer-dist laravel/laravel blog
composer create-project --prefer-dist laravel/laravel blog "5.6.*"
#### Local Development Server