Khuram
Khuram

Reputation: 1850

Upgrade a Laravel 4.2 project to Laravel 5.1

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

Answers (1)

Ali Sheehan-Dare
Ali Sheehan-Dare

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

Related Questions