The CSS Working Group has published the First Public Working Draft of CSS Overflow Module Level 5. This module contains the features of CSS relating to scrollable overflow handling in visual media.
The CSS Working Group has published the First Public Working Draft of CSS Overflow Module Level 5. This module contains the features of CSS relating to scrollable overflow handling in visual media.
New in Drupal 11.1
The first feature release of Drupal 11 improves the recipe system, introduces support for hooks written as classes, makes Workspaces more flexible and enhances performance.
Wirechat is a new and powerful Laravel Livewire chat package created by Namu Makwembo that brings real-time private and group communication to your application.
If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg!
This week, Symfony 7.2.1 was released as the first maintenance version of the 7.2 branch. Meanwhile, the upcoming Symfony 7.3 version introduced a new JsonEncoder component that is 10 times faster than the Serializer component and also supports streaming payloads.
Laravel's API resources wrap responses in a 'data' key by default. While useful for many scenarios, sometimes a flatter response structure is needed and you can disable resource wrapping like this:
Laravel's API Resources feature whenLoaded() to conditionally include relationship data in API responses, optimizing performance by preventing unnecessary database queries.
Laravel's Storage::download simplifies secure file serving by providing a clean API for handling downloads while managing file storage abstraction.