Skip to content
Advertisement

Is it risky to choose most recent versions of Laravel over LTS versions? [closed]

I am planning to create a web project by using the Laravel framework. I have worked on Laravel 5.1(LTS) and later haven’t learned further versions like 6.x and 7.x. For the new project, I need to use some third-party libraries. Are there any differences in these versions? Is the latest LTS version 6.0?

Advertisement

Answer

Laravel 7 is the latest.

https://laravel.com/docs/7.x

Some of the differences can be found here.

https://laravel.com/docs/7.x/upgrade

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement