安装指定版本php
composer create-project laravel/laravel=5.6.* demo --prefer-dist
查看Laravel版本号:laravel
php artisan --version