user1878980
user1878980

Reputation: 521

How to upgrade from Laravel 4.2 to 5?

How do I upgrade from Laravel 4.2 to 5 dev?

Yes, I have read the documentation but it doesn't help. What I've done so far is updated the composer.json and then I ran composer update --no-scripts.

But the file structure seems to be the same...

Would it be easier to just do a fresh install and move files and code over manually?

Upvotes: 0

Views: 1976

Answers (1)

Laurence
Laurence

Reputation: 60048

Laravel 5 is not even in Beta yet.

Once it is available for use - Taylor will provide a structured upgrade process to move from 4.2 to 5.

In the meantime, you should be careful about using Laravel 5 - as the structure is changing almost daily, so Taylor does not recommend using it in projects yet.

Edit: Laravel 5 has now officially been released. Here is the official upgrade guide.

Upvotes: 4

Related Questions