siangboon's avatar

Laravel Version Release

https://laravel.com/docs/master/releases

Anyone of you feel that the new major version of Laravel release too fast and the bugs fixes and security fixes support period is too short?

0 likes
2 replies
jlrdw's avatar

@siangboon there was a post about 4 years talking about that.

But yes, I wish even PHP had longer life. But still it seems PHP itself stays stable over the years, major changes are gradual. It would be nice if a Laravel version was more like 2 years non LTS, and 4 or 5 years LTS.

I have an older custom framework back form php 5.4 days, and to keep it updated with php has been very easy.

What's funny is other languages like asp.net, there are still major sites on older versions, same for java.

But java does have longer backward compatibility. An old java ee 1.4 app would still run on java ee 6.

It's hard to keep up I know, but if you stay updated, it's easier than getting behind.

I still wait about 2 or 3 months after a new release, so bugs are worked out. They fix stuff pretty fast.

1 like
siangboon's avatar

|Version | Release | Bug Fixes Until | Security Fixes Until|

|5.5 (LTS) | August 30th, 2017 | August 30th, 2019 | August 30th, 2020|

|5.6 | February 7th, 2018 | August 7th, 2018 | February 7th, 2019|

|5.7 | September 4th, 2018 | March 4th, 2019 | September 4th, 2019|

|5.8 | February 26th, 2019 | August 26th, 2019 | February 26th, 2020|

|6 (LTS) | September 3rd, 2019 | September 3rd, 2021 | September 3rd, 2022|

|7 | March 3rd, 2020 | September 3rd, 2020 | March 3rd, 2021|

|8 | ??, 2020 | ??, 2021 | ??, 2021|

version 5.5 to version 6 release took 1.5 years ( Aug 2017 - Feb 2019)

version 6 to version 7 took 6 months ( Sep 2019 - Mar 2020)

version 7 to version 8 took 6 month???

Interesting, isn't it?

More interesting is only half or less of my works still in Laravel 6 some still 5.8 or earlier....

Please or to participate in this conversation.