[upgrade_10_to_11] Dev - Upgrade Laravel version 10 to 11 and PHP version 8.1 to 8.3 (merge with latest master) #1658
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade Project -- Laravel from 10 to 11 and PHP from 8.1 to 8.3
Laravel 11, released on March 12, 2024, brings a multitude of enhancements aimed at making web development more efficient and secure. Here’s a quick rundown of what you need to know:
Release and Support: Regular updates till August 2024 and security patches until February 2025.
Why Upgrade?:
Faster performance due to improved routing and caching.
Enhanced security features.
New developer tools and simplified upgrade process.
Full compatibility with PHP 8.2.
New Features:
Simplified project structure with fewer preset directories.
Configuration and settings streamlined into .env files.
Enhanced data handling and middleware management.
Improved scheduling and bug fixing tools.
Optimizations for route organization and model relations.
Advanced rate limiting and a new health check endpoint.
Upgrading to Laravel 11 not only streamlines your development process but also leverages the latest PHP features, ensuring your projects are fast, secure, and up-to-date.
Why Upgrade to Laravel 11?
Upgrading to Laravel 11 is a smart move for a few reasons:
Faster Performance - Your apps will run faster because of improvements in how routes are handled, how queries are made, and how data is cached.
Better Security - Laravel 11 includes new security features and fixes that help keep your app and its data safe.
New Tools for Developers - There are better tools for debugging, new commands for Artisan (Laravel's command-line tool), and updated documentation to help you work more efficiently.
Easy to Upgrade - Moving from Laravel 10 to 11 is straightforward because the new version is designed to work well with the older one.
By updating to Laravel 11, you can take advantage of the latest PHP 8.2 features, easier setup, and better testing tools. This means you can make stronger and safer apps more quickly.
DEC 9 -- Resolve Laravel 11 with symfony/mailer v7.2.0 issue
laravel/framework#53721
DEC 12 -- installed PEST and DUSK
DEC 13 -- UPDATE package league/commonmark
DEC 18 -- merge with latest master (jp-0208 & jp-0209)
Ticket