Laravel安装指定版本

来源:https://www.jianshu.com/p/670e53dbdfcf
安装指定版本

composer create-project laravel/laravel=5.3.* demo --prefer-dist

查看Laravel版本号:

php artisan --version

你可能感兴趣的:(Laravel安装指定版本)