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