将Laravel 5.4升级到最新版本(5.7)
问题描述:
我正在使用PHP 5.6.4开发Laravel 5.4. 我的目标是使用PHP 7.1将项目升级到Laravel 5.7.
I am working on Laravel 5.4 with PHP version 5.6.4. My goal is to upgrade my project to Laravel 5.7 with PHP 7.1.
现在我的问题是:我必须升级到5.5> 5.6> 5.7还是可以直接从5.4升级到5.7?
Now my question is: Do I have to upgrade to 5.5 > 5.6 > 5.7 or can I go directly from 5.4 to 5.7?