search
HomePHP FrameworkLaravelLaravel's new release schedule is out (it will be updated once a year after 2021)

The following column Laravel Tutorial will introduce you to Laravel’s new release schedule (it will be updated once a year after 2021). I hope it will be helpful to friends who need it. Helps!

Over the past 4 years, Laravel has released a new "major" version every 6 months. Prior to the adoption of the Semantic Versioning standard, the second digit of the Laravel version number was changed every 6 months. With the adoption of semantic versioning, the first number in Laravel's version number changes every 6 months. However, throughout this transition, while the pace of the release cycle has remained the same, many users feel that Laravel releases are being released more frequently.

Over the past 4 years, Laravel has gradually matured and solidified its position as the development framework of choice for most PHP developers. With more and more businesses and individuals using Laravel for development, I felt now was a good time to update our release schedule to reduce the maintenance burden on our community.

So starting now, Laravel will move from a 6-month major release cycle to a 12-month release cycle. Because Laravel 8.0 was released in September 2020, Laravel 9.0 (LTS) will not be released until September 2021. Laravel 10.0 will be released in September 2022, and so on.

Due to this decision, we decided to port parallel testing (a major feature of the 9.0 version) to Laravel 8.0 so that our users can take advantage of it immediately. The feature was released today.

This new release cycle will not only reduce the maintenance burden on our community and relieve you of the pressure of being "behind", it will also challenge us as Laravel developers to achieve this without breaking backwards compatibility High value, amazing features so we can get them to you as quickly as possible.

These changes have been reflected in our support policy document.

Longtime Laravel community member Matt Stauffer has created a very helpful website to help you visualize current and upcoming Laravel releases and Its support/maintenance period: laravelversions.com/

If you are running an older version of Laravel and want to take advantage of all the latest features in Laravel 8, you can use LaravelShift to automate the upgrade process: https: //laravelshift.com.

Original address: https://blog.laravel.com/updates-to-laravels-versioning-policy

Translation address: https:// learnku.com/laravel/t/53962

The above is the detailed content of Laravel's new release schedule is out (it will be updated once a year after 2021). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:learnku. If there is any infringement, please contact admin@php.cn delete
Mastering Laravel Soft Deletes: Best Practices and Advanced TechniquesMastering Laravel Soft Deletes: Best Practices and Advanced TechniquesMay 08, 2025 am 12:25 AM

Laravelsoftdeletesallow"deletion"withoutremovingrecordsfromthedatabase.Toimplement:1)UsetheSoftDeletestraitinyourmodel.2)UsewithTrashed()toincludesoft-deletedrecordsinqueries.3)CreatecustomscopeslikeonlyTrashed()forstreamlinedcode.4)Impleme

Laravel Soft Deletes: Restoring and Permanently Deleting RecordsLaravel Soft Deletes: Restoring and Permanently Deleting RecordsMay 08, 2025 am 12:24 AM

In Laravel, restore the soft deleted records using the restore() method, and permanently delete the forceDelete() method. 1) Use withTrashed()->find()->restore() to restore a single record, and use onlyTrashed()->restore() to restore a single record. 2) Permanently delete a single record using withTrashed()->find()->forceDelete(), and multiple records use onlyTrashed()->forceDelete().

The Current Laravel Release: Download and Upgrade Today!The Current Laravel Release: Download and Upgrade Today!May 08, 2025 am 12:22 AM

You should download and upgrade to the latest Laravel version as it provides enhanced EloquentORM capabilities and new routing features, which can improve application efficiency and security. To upgrade, follow these steps: 1. Back up the current application, 2. Update the composer.json file to the latest version, 3. Run the update command. While some common problems may be encountered, such as discarded functions and package compatibility, these issues can be solved through reference documentation and community support.

Laravel: When should I update to the last version?Laravel: When should I update to the last version?May 08, 2025 am 12:18 AM

YoushouldupdatetothelatestLaravelversionwhenthebenefitsclearlyoutweighthecosts.1)Newfeaturesandimprovementscanenhanceyourapplication.2)Securityupdatesarecrucialifvulnerabilitiesareaddressed.3)Performancegainsmayjustifyanupdateifyourappstruggles.4)Ens

Laravel Soft Delete: How to Prevent Permanent Data LossLaravel Soft Delete: How to Prevent Permanent Data LossMay 08, 2025 am 12:04 AM

Laravel'ssoftdeletefeaturecanbeusedeffectivelytosafeguarddatabyfollowingspecificstepsandbestpractices.1)ImplementsoftdeletesusingtheSoftDeletestraitinyourmodel.2)UsewithTrashed()toquerysoft-deletedrecordsforauditingorrecovery.3)UseforceDelete()cautio

Laravel Version Tracker: Always Know the Latest ReleaseLaravel Version Tracker: Always Know the Latest ReleaseMay 07, 2025 pm 06:25 PM

Developers can efficiently track new versions of Laravel and ensure the use of the latest and safest code bases: 1. Use code snippets to check the latest version and compare it with the current version, 2. Use Composer and Laravel for dependency management, 3. Implement automated testing to deal with version conflicts, 4. Get feedback on new versions through community interaction, 5. Pay attention to Laravel's public roadmap and GitHub dynamics to plan updates.

Laravel Lastest version: Security updatesLaravel Lastest version: Security updatesMay 07, 2025 pm 05:25 PM

Laravel's latest version (9.x) brings important security updates, including: 1) patching known vulnerabilities such as CSRF attacks; 2) enhancing overall security, such as CSRF protection and SQL injection defense. By understanding and applying these updates correctly, you can ensure that your Laravel app is always in the safest state.

The Ultimate Guide to Laravel Migrations: Database Structure ManagementThe Ultimate Guide to Laravel Migrations: Database Structure ManagementMay 07, 2025 pm 05:05 PM

LaravelMigrationsareversioncontrolfordatabases,allowingschemamanagementandevolution.1)Theyhelpmaintainteamsyncandconsistencyacrossenvironments.2)Usethemtocreatetableslikethe'users'tablewithnecessaryfields.3)Modifyexistingtablesbyaddingfieldslike'phon

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.