Skip to content

Laravel 5.2 Package Shift

Korko requested to merge laravel-5.2-package-shift into master

Created by: laravel-shift

This pull request includes the changes for upgrading your Laravel Package to Laravel 5.2. Feel free to commit any additional changes to the laravel-package-5.2-shift branch.

Before merging, you should:

  • Checkout the laravel-package-5.2-shift branch
  • Review all pull request comments for additional changes
  • Run composer update (if the pre-commands fail, add --no-scripts)
  • Thoroughly test your code

This Shift is still in beta. If there were changes you feel could have been automated, please leave a comment on this pull request to help improve Laravel Shift.

Merge request reports