The Laravel 5.2 Shift automates the upgrade of your Laravel application from Laravel 5.1 to Laravel 5.2. Using the Laravel 5.2 Shift to automatically upgrade your Laravel application has an estimated time savings of 1 hour.
The Laravel 5.2 Shift automates many of the upgrades listed in the Laravel Upgrade Guide, including:
SelfHandling
interface from Commands and Jobs.Auth::extend()
to Auth::provider()
.ControllerServiceProvider
.composer.json
for Laravel 5.2.In addition to the Core Upgrades, the Laravel 5.2 Shift performs additional upgrade beyond those listed in the Laravel Upgrade Guide, including:
RedirectResponse
to use the redirect
method directly.There are some upgrades the Laravel 5.2 Shift can not perform automatically. When Shift detects these it adds a detailed comment on the Pull Request to help guide the manual upgrade.
Sign in with any of the following services to connect Shift with your Laravel project.
Don't use one of these services?
Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.