将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?

有一些关于文档的文章.您可以直接升级到5.7,但请确保通过此链接 5.5-> 5.6 修改关键部分, 5.6-> 5.7 .并先备份当前项目

There are some articles on documentation. You can upgrade to 5.7 directly but be sure to modify critical sections from this links 5.5->5.6, 5.6->5.7. And make a backup of current project first