What’s new in Laravel 11?
As Laravel continues to evolve and grow, we can expect Taylor Otwell and the Laravel team to continue delivering a cutting-edge PHP framework that meets the needs of modern web development. By the time we have the update on the included features for the new release here are the best-anticipated features to be included in the Laravel 11 release, scheduled on February 2024.
PHP 8.1 support dropped

Laravel 11, the latest buzz from the acclaimed web framework is shaking things up with its decision to drop support for PHP 8.1. Instead, it will move forward with supporting PHP versions 8.2 and 8.3, which are expected to be released around the same time as Laravel 11. This forward-thinking decision allows Laravel to keep pace with the latest PHP technologies while leaving outdated versions behind.
However, before you go rushing to update your Laravel applications to the latest version, it is crucial to remember the importance of thorough testing. If you have projects with paid clients or employees who rely on them for their work, a hasty update could cause major disruptions to your business operations. So take the time to ensure that your applications are compatible and stable before making any big moves.
In the world of web development, staying current and innovative is key. Laravel 11’s decision to drop support for PHP 8.1 is just one example of the framework’s commitment to progress and staying ahead of the curve.
How to Install Laravel 11?
By using the –dev flag, the Laravel installer is programmed to install the master branch from the laravel/laravel repository.
Copyright TechPlanet.today
laravel new hello-world --dev
If you’re inclined towards a hands-on installation experience, then Composer is the way to go.
composer create-project --prefer-dist laravel/laravel hello-world dev-master
Hop onto the original post:
Other GitHub pull requests that hint at Laravel 11 new features:
#46707 [10.x] Cursor pagination model casting bugfix
#46704 [10.x] Fix docblock type for dispatchAfterCommit queue property.
#46707 [10.x] Cursor pagination model casting bugfix
#46704 [10.x] Fix docblock type for dispatchAfterCommit queue property.
#46702 Add generic typehints to collections returned from Stringable methods
#46675 [9.x] withCount doesn’t use other database connection for joins when hasManyThrough
#46668 [11.x] Do not change relative path to absolute one
#46649 [10.x] Support array syntax for casts
#46624 [10.x] Add support for Attribute union return types
#46558 [10.x] Escaping functionality within the Grammar
#46541 [9.x] Return non-zero exit code for uncaught exceptions
#46530 [10.x] Configuration value injection
#46527 [10.x] Add pipe function to Process layer
#46396 [10.x] Update RedisTagSet now() to Carbon::now()
#46364 feat(sqs-fifo): add support for fifo type of sqs queue driver
#46362 [10.x] Named static methods for middleware
#46255 [10.x] Revert facade changes
Get Involved in Laravel 11 development:
Now you have the power to create the next big thing for Laravel 11! It’s true!
All you need to do is go to the laravel/framework repository on GitHub and see what others have already done. Then, you can work on a feature that would help solve a problem you have with the framework, and submit it for review. Get feedback, make improvements, and eventually, your feature could be added to Laravel 11!
However, make sure that whatever you add is something that will be useful for developers and won’t be difficult to maintain in the long run. So, if you’re feeling creative, give it a try!
Wrap Up
Laravel 11 is shaping up to be a significant release that promises to improve the developer experience and add more value to the Laravel community. Yet there are many more things to come along until February 2024 to enhance developers’ experience in working with Laravel 11.
Laravel is the perfect tool to help you take your web development capability to the next level. So, whether you need a custom Laravel application or just want to upgrade your existing one to the latest version, we can help you get the desired digital presence for your business. Our team of experienced developers is here to provide you with top-notch Laravel development services. Team up and get started with your next development project.
No comments yet