The Laravel 5.0 Shift automates the upgrade from Laravel 4.2 to Laravel 5.0. Using the Laravel 5.0 Shift to automatically upgrade your Laravel application has an estimated time savings of over 6 hours.
Laravel 5.0 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.0 Shift automates many of the upgrades listed in the Laravel Upgrade Guide, including:
app
files to their new Laravel 5.0 locations (e.g. app/controllers
to app/Http/Controllers
, app/views
to resources/views
, etc).{!! !!}
directives to avoid improper escaping with the differences in Laravel 5.SoftDeletingTrait
to SoftDeletes
.composer.json
for Laravel 5.In addition to the Core Upgrades, the Laravel 5.0 Shift performs additional upgrades beyond those listed in the Laravel Upgrade Guide, including:
Eloquent
to Model
.App
classes.lowercase
folder to its Titlecase
equivalent to match the PSR-4 namespacing in Laravel 5.There are some upgrades the Laravel 5.0 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.
remember
method changed in Laravel 5.0. Given the dynamic nature of PHP and the various ways to use these methods, Shift can not reliably update these method calls automatically.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.