Reputation: 1850
I have project written in Laravel 4.2 that works fine, but I have to improve it by adding some functionality. I want to use Laravel 5.1 for this. Is there any way to automatically convert a Laravel 4.2 project into Laravel 5.1?
Upvotes: 1
Views: 251
Reputation: 71
Sadly not, it's quite a big change so you'll have to follow their upgrade guide: http://laravel.com/docs/master/upgrade#upgrade-5.0. Look for Upgrading To 5.0 From 4.2
Upvotes: 3