News


12/29/2023 - 05:05

I've hand-picked some of the biggest stories at Laravel News in 2023. This year was jam-packed with content, conferences, packages, tutorials, videos, and podcasts. We've seen some fantastic Laravel packages enter the ecosystem in Prompts, Pulse, Livewire v3, and more!





12/29/2023 - 02:00

Yii2 JSON Attribute Behavior

  1. Installation
  2. Usage
  3. Testing

This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
With this a "real" json string can be stored in the database.





12/28/2023 - 20:35

The Site Editor gives you a powerful way to visually create every part of your site and tell your story. It lets you handle everything from big stylistic changes to simple copy updates all in a single place. To help you make the most of this new way to WordPress, here are a few standout tools and features you’ll want to try. 





12/28/2023 - 15:30

This week, the Laravel team released v10.39 with a round-robin mailer, dynamic max tries on queued jobs, and more. Here is a bit more info about the new features introduced in Laravel v10.39 this week:





12/28/2023 - 12:50

Reflecting on 2023, we are grateful for your continuous support, which enabled
the Symfony project to have a great year. As we look towards 2024, we're excited
to build on this solid foundation, continuing to help and inspire developers worldwide.
This blog post highlights the key accomplishments of the Symfony project in 2023.





12/27/2023 - 05:32

Laravel Octane v2.2.6 was released yesterday with support for using aarch64 builds of FrankenPHP. This means you can use FrankenPHP's Octane integration on arm64 or Apple Silicon via Laravel Sail:





12/27/2023 - 02:00

Minor version of Yii Widget package is released.

  • Added ability to set default theme for concrete widget.
  • Allowed to use widgets without widget factory initialization.
  • WidgetFactoryInitializationException marked as deprecated.




12/27/2023 - 02:00

Minor version of Yii Config package was released. There are some new features and improvements:

  • added ability to specify recursion depth for recursive modifier;
  • references to another configs use reverse and recursive modifiers of root group now;
  • prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
  • remove unnecessary code in PackagesListBuilder.