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
Zend Framework 1.8.2 veröffentlicht
Das zweites Maintenance Release des Zend Frameworks ist veröffentlicht worden ...
Autor :
admin
Category:
Software-Updates
PHP World Kongress – 24. – 25. November 2009 Konferenzzentrum München
Unsere Mitglieder erhalten einen Rabatt von € 100,- Ferner verlosen wir eine Freikarte! ...
Autor :
admin
Category:
Software & Web-Development
PHP- Entwicklungsumgebung auf dem iPad
Wer mal eben auf dem iPad sein PHP-Script testen möchte, der sollte sich die „Kodiak PHP“ App einmal genauer anschauen. ...
Autor :
admin
Category:
Software & Web-Development
PHP Summit – 18 Power Workshops mit allen wichtigen PHP-Themen.
Vom 28. bis 30. November 2011 präsentieren das PHP Magazin und die Entwickler Akademie den nächsten PHP Summit im NH Hotel Düsseldorf City. ...
Autor :
admin
Category:
Software & Web-Development
phpFox 4.8.11 released
phpFox, a professional Facebook clone script has been released in version 4.8.11 ...
Autor :
PhpFox
Category:
Company News and Press Releases
Schwere Sicherheitslücke in PHP 5.3.9
Die Sicherheitslücke erlaubt das Ausführen von PHP-Code über das Netzwerk. Suhosin bringt Abhilfe öffnet jedoch alte Probleme ...
Autor :
admin
Category:
Software & Web-Development