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
10 Jahre SELFPHP (www.selfphp.de) - Die Verlosungsaktion zum 10. Geburtstag
Liebe User, schaut mal rein in die Verlosungsaktino von SELFPHP. Bei den vielen Preisen ist die Gewinnchance ziemlich hoch - zumal auch die Preise wirklich attraktiv sind. ...

Autor :
Damir
Category:
Miscellaneous
PHP 5.3.0 bald verfügbar?
PHP 5.2.10 RC3 und PHP 5.3.0 RC2 mit neuen Bugfixes und mehr Stabilität. ...

Autor :
admin
Category:
Software & Web-Development
PHP 5.4.0 ist fertig!
Mit neuen Spracheigenschaften aber ohne Register Globals, Magic Quotes und Safe Mode ist PHP 5.4.0 nach drei Jahren nach erscheinen der Version 5.3.0 fertig. ...

Autor :
admin
Category:
Software & Web-Development
Die Geschichte von PHP
Inzwischen gehören personalisierte Websites zu unserem Alltag dazu. Jeder hat die Möglichkeit, mit einer geeigneten Programmiersprache eine eigene Homepage zu erstellen. ...

Autor :
phpler
Category:
Software & Web-Development
Kostenloser PHP Editor für Android
Wer unterwegs mal eben schnell seinen PHP Code verändern möchte, der kann das jetzt mit dem freien PHP Editor 920 / JecEditor tun. ...

Autor :
admin
Category:
Software & Web-Development
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