Posts

Showing posts with the label Laravel 9 Features

What’s New in Laravel 9.0 – New Features & Updates

Image
  An open-source PHP web application framework called Laravel is renowned for its beautiful syntax. It is an MVC framework that strictly follows the MVC (model-view-controller) architectural pattern and can be used to create simple to complex web applications in PHP.   Laravel has emerged as one of the most popular PHP frameworks for developing unique and strong web apps in recent years, Laravel will release its new versions about every 12 months instead of 6 monthly schedule.  What’s Laravel 9? Laravel 9 is the most recent release, and it includes many new features. Laravel 9 was pushed to January 2022, making it the first long-term support (LTS) release to be introduced following the 12-month release cycle. Laravel 9 supports PHP versions 8.0 and 8.1, offering two years of bug fixes and three years of security (will receive security fixes until February 2025). Let's look at the improvements and new features included in Laravel's next major version. Minimum PHP Requireme...