Upgrading Laravel 5.5 to 5.6 error

前端 未结 12 1922
梦如初夏
梦如初夏 2020-12-08 09:38

I am trying to upgrade my Laravel 5.5 to 5.6. I have followed the instructions from the laravel website, yet I got this error:

Your         


        
12条回答
  •  独厮守ぢ
    2020-12-08 10:05

    I did the following things and got my project to run on Laravel 5.6-dev:

    • Followed what patricus suggested
    • Changed fideloper/proxy to "~4.0", and added "minimum-stability": "dev", "prefer-stable": true at the end of my composer.json file.

提交回复
热议问题