Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

DevDb - VS Code database management extension launches v2


A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.





A Fluent Email Validation Rule Added in Laravel 11.38


This week, the Laravel team released v11.38, which includes a fluent Email validation rule, the ability to retrieve a form request or fluent value as an array, a finally() pipeline method, and more.





A Laravel Package to Use the Deepseek API With V3 AI Models


The DeepSeek Laravel package makes using the DeepSeek v3 AI models in your projects easy with PHP and Laravel.





Angular 2025 Strategy

Enterprise-scale software systems are often implemented by several cross-functional teams. To enable such teams to provide new features efficiently, it is desirable to minimize the need for coordination between them. This calls for a modularization that verticalizes the system into low-coupled areas individual teams can take care of.





[news] Yii Cache File Handler 3.2

Minor version of Yii Cache File Handler package is released.

  • Don't create cache directory on FileCache initialization.
  • Clear stat cache in FileCache::set().
  • Handle race condition when creating cache directory.
  • Set correct permissions for nested directories.




PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase

Peck is a powerful CLI tool designed to identify wording or spelling mistakes in your codebase.





API Platform Conference 2025

We are thrilled to announce that the API Platform Conference will return on September 18th and 19th, 2025, both in Lille (France) and online.
The API Platform Conference is a two-day event that highlights the latest trends, best practices, and case studies related to API Platform and its ecosystem, including PHP, Symfony, JavaScript, AI, FrankenPHP, performance, and tools.





Announcing the Symfony UX Core Team

The Symfony UX initiative was announced in December 2020. It was introduced to
enhance the developer experience by integrating JavaScript tools and libraries
more seamlessly with Symfony applications, focusing on improving the front-end
development workflow.

Today, we are happy to announce the Symfony UX Core Team. This team has been
working on improving the Symfony UX for quite a while now.

The team is made of 5 members:





Laravel Debounce


Laravel Debounce is a package that gives you a debounce effect on jobs, notifications and artisan commands with a nice report of occurrences.