Upgrading Laravel 5.4 to latest version (5.7)

后端 未结 8 1669
再見小時候
再見小時候 2021-02-14 12:13

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.

Now my question is: Do I have to upgrade to 5.5 > 5.6 >

8条回答
  •  悲&欢浪女
    2021-02-14 12:49

    Just update your laravel/framework dependency to 5.7.* in your composer.json file. Since you are upgrading from 5.4 to 5.7, then you can easily just run

    composer update

    And if you modified some of Laravel's Traits or Methods in your 5.4 application, then you can check here for more info

提交回复
热议问题