News for PHP developers: Laravel 11 release
On March 12, 2024, the long-awaited version 11 of the Laravel framework was released, bringing with it a number of exciting new features and improvements for the PHP development community.
2024-03-12 00:00:00 2024-03-12 00:00:00 Mike94
Laravel, which is known for its elegance and efficiency in the development of web applications, is once again setting new standards with this new version.
Important highlights of Laravel 11:
- Minimum PHP v8.2 requirement: Laravel 11 requires PHP version 8.2, which encourages developers to update their systems accordingly to benefit from the latest security and performance improvements.
- Laravel Reverb - A new WebSocket package: With Laravel Reverb, Laravel 11 introduces a new WebSocket server that enables real-time communication between client and server. Reverb is characterized by high speed, seamless integration with Laravel Broadcasting, support for horizontal scaling using Redis and compatibility with the Pusher protocol.
- Revised directory structure: The new version comes with a streamlined directory structure that reduces the number of files in a fresh installation by about 69. This simplifies the structure and improves the clarity of the project.
- Changes to model casts: Model casts are now defined as a method instead of a property, which allows for more flexible handling.
- New Dumpable Trait: This trait aims to simplify the core of the framework and allow developers to use it in their own classes.
- Configuration changes: Laravel 11 simplifies the configuration files and extends the .env file to cover all necessary options.
- New helper method
once
: This method ensures that certain code is only executed once, regardless of how many times an object method is called. - Streamlined standard migrations: The standard migrations have been revised and combined into just two files.
- Changes to routes: There are now only two route files by default, and API routes and WebSocket broadcasting are optional.
- New /up health route: Laravel 11 introduces a new health check route that enables better integration with uptime monitoring tools.
- APP_KEY Rotation: A new method to smoothly rotate the APP_KEY improves security without compromising older encrypted data.
- Removal of the Console Kernel: Console commands are now defined directly in
routes/console.php
. - New Artisan commands: New Artisan commands have been added for quick creation of classes, enums, interfaces and traits.
- New welcome page: With the major updates, you will also receive a new welcome page when creating a new Laravel application.
These new features in Laravel 11 promise to make the development of web applications even more efficient and enjoyable. For PHP developers looking for a modern and powerful framework, Laravel 11 offers exciting opportunities to take their projects to the next level.
Ratings
Here you can write a comment
Related topics
Exploits - verstärkte Attacken auf phpMyAdmin
Die Entwickler des bekannten mySQL Tools phpMyAdmin raten zu einem Update auf die Version phpMyAdmin 3.2.0 ...
Autor :
admin
Category:
Software & Web-Development
PHP SQL injection flaw in xt: Commerce 3.0.4
In the version xt:Commerce 3.0.4 an error has been reported. xt:Commerce is a shop based on PHP ...
Autor :
admin
Category:
Miscellaneous
PHPStan supports PHP 8.2
PHPStan is a static code analysis tool for PHP and now supports PHP up to version 8.2 ...
Autor :
admin
Category:
Software-Updates
PHP World Kongress 2009 in München
Pierre Joye, Leiter Core-Team für PHP unter Windows stellt die aktuellste und die kommende PHP-Version vor. ...
Autor :
admin
Category:
Software & Web-Development
PHP Referenz - Befehlskarte
"Wie lautet die genau Syntax des Befehls nochmal?" Die PHP Referenz - Befehlskarte von terrashop.de hilft bei der täglichen Programmierarbeit. ...
Autor :
admin
Category:
Miscellaneous
PHP Summit 2012 – 18 interaktive Power Workshops mit allen wichtigen PHP-Themen
In weniger als zwei Wochen ist es soweit: Dann startet der nächste PHP Summit in München. ...
Autor :
admin
Category:
Software & Web-Development