The Laravel 5.1 Shift automates the upgrade of your Laravel application from Laravel 5.0 to Laravel 5.1. Using the Laravel 5.1 Shift to automatically upgrade your Laravel application has an estimated time savings of 2 hours.
Laravel 5.1 has reached end of life. It no longer receives bug fixes or security updates. Shift strongly recommends continuing your upgrade to the latest LTS release or latest stable release of Laravel. Watch upgrading old Laravel applications for tips on running multiple Shifts effectively.
The Laravel 5.1 Shift automates many of the upgrades listed in the Laravel Upgrade Guide, including:
create
and find
methods.bootstrap/cache
folder.BusServiceProvider
.app/Policies
in Laravel 5.1.In addition to the Core Upgrades, the Laravel 5.1 Shift performs additional upgrades beyond those listed in the Laravel Upgrade Guide, including:
::class
property.RedirectResponse
to use the redirect
method directly.There are some upgrades the Laravel 5.1 Shift can not perform automatically. When Shift detects these it adds a detailed comment to the Pull Request to guide any additional steps you may need to do manually.
directive
method.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.