douhui3330 2017-11-01 09:11
浏览 49
已采纳

是否可以将Laravel 5.5项目转换为laravel 5.4而不会对该项目造成任何损害

I am facing a problem with my hosting server where php 5.6 has been installed which can't be upgrade to php 7. But my project has been completed in laravel 5.5 which need php 7 to run. Is there any solution to switch laravel 5.5 to laravel 5.4

  • 写回答

1条回答 默认 最新

  • douwen1915 2017-11-01 09:51
    关注

    In fact there is no easy way to do that. If application is using Laravel 5.5 features some parts of it won't work and you might waste a lot of time to finding and fixing those issues.

    In my opinion much cheaper way would be changing hosting and in fact it would me more reasonable to use PHP 7.x than 5.6 in 2017/2018. If you look at PHP versions you will see, that for 5.6 only security fixes are applied at the moment

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?