weixin_39953845 2020-11-20 19:57
浏览 0

Laravel 7.x Shift

This pull request includes the changes for upgrading to Laravel 7.x. Feel free to commit any additional changes to the shift-25763 branch.

Before merging, you need to:

  • Checkout the shift-25763 branch
  • Review all pull request comments for additional changes
  • Update your dependencies for Laravel 7
  • Run composer update (if the scripts fail, add --no-scripts)
  • Thoroughly test your application (no tests?)

If you need help with your upgrade, check out the Human Shifts. You may also join the Shifty Coders Slack workspace to level-up your Laravel skills.

该提问来源于开源项目:FTXInfotech/laravel-adminpanel

  • 写回答

15条回答 默认 最新

  • weixin_39953845 2020-11-20 19:57
    关注

    :warning: Laravel 7 adds CORS middleware and defaults the middlewarePriority internally so you only need to overwrite this property for customizations.

    Shift attempted to automate these changes. But you should compare your app/Http/Kernel.php with the default Laravel 7 version to finalize any changes.

    评论

报告相同问题?