Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[upgrade_10_to_11] Dev - Upgrade Laravel version 10 to 11 and PHP version 8.1 to 8.3 (merge with latest master) #1658

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

jp-Telus
Copy link
Collaborator

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

(MASTER) [jp-0208] Donate Now Pledge 242 and 243-- Correct Calendar Year and Pay deduct date
(MASTER) [jp-0208] Donate Now Pledge 242 and 243-- Correct Calendar Year and Pay deduct date (Merge branch 'jp-0209' into jp-0208)
@jp-Telus jp-Telus self-assigned this Dec 18, 2024
@jp-Telus jp-Telus merged commit 1560583 into dev Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant