Home> PHP Framework> Laravel> body text

What does lts mean in laravel?

WBOY
Release: 2022-06-06 15:20:23
Original
3093 people have browsed it

In laravel, lts means long-term technical support and is the abbreviation of "Long-Term Support"; the lts version will receive security and maintenance feature updates over a longer period of time and support bugs for two years. With fixes and three years of security update support, the lts version is the most stable version.

What does lts mean in laravel?

#The operating environment of this article: Windows 10 system, Laravel version 6, Dell G3 computer.

What does lts mean in laravel

Long-Term Support Long-term technical support

Long-term support (LTS) versions are usually associated with the application or operating system For that matter, you'll get security, maintenance, and (sometimes) feature updates over an extended period of time.

LTS version is considered the most stable version, it has undergone extensive testing and mostly contains improvements accumulated over the years.

It should be noted that LTS versions of software do not necessarily involve feature updates unless there is a newer LTS version. However, you will get necessary bug fixes and security fixes in updates to the LTS version.

LTS versions are recommended for production-grade consumers, businesses, and merchants because you get years of software support and software updates won’t break your system.

Problems solved by LTS

Finally, we no longer need to be pushed away by the iteration of the framework. The upgrading of the framework is very necessary for a healthy ecosystem. I also think that programmers It is important to keep up with technological trends to maintain personal competitiveness.

But as the basic framework of a huge commercial project, it is really painful to update the major version once a year. When the version is changed, you will have two choices:

  • Update the framework to the latest;

  • Use the old framework.

If you choose to update, you will waste countless late nights on code migration and testing, and it will be even worse if you do not write automated test scripts. And in this process, you have not produced anything new or written an extra line of business logic code. For you, this is a waste of life. For the enterprise, this is a waste of time and money. The most terrifying thing is, Wasted opportunity.

If you choose not to update, I'm sorry, but you have given up a lot of "expansion packs" that can greatly improve your development efficiency (if you are an expansion pack author, in many cases, you will not consider compatibility elimination. (dropped version), not long after, the official will announce that they will stop maintaining your outdated basic framework, including security FIX.

The emergence of Laravel LTS long-term support version is to solve this problem. The support window of Laravel LTS is:

Two years of bug fixes and three years of security update support.

Corresponds to general releases:

Provides six months of bug fix support and one year of security fix support.

[Related recommendations:laravel video tutorial]

The above is the detailed content of What does lts mean in laravel?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!