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.

Node v22.13.1 (LTS)

Node.js Test CI Security Incident





Node v20.18.2 (LTS)

Node.js Test CI Security Incident





Node v18.20.6 (LTS)

Node.js Test CI Security Incident





Collaboration Tools Accessibility User Requirements Published as W3C Group Note

The Accessible Platform Architectures (APA) Research Questions Task Force (RQTF) published Collaboration Tools Accessibility User Requirements as a W3C Group Note. The document covers accessibility user needs, requirements, and scenarios for collaborative content creation and development tools.





Laravel Rewind is a Versioning Package for Eloquent


Laravel Rewind is a powerful and efficient versioning package for your Eloquent models created by Jared Cannon. This package stores a combination of partial diffs and full snapshots of your model data.





Permanent Record Deletion with Laravel's forceDestroy


Learn how Laravel's forceDestroy method simplifies permanent record deletion. Discover efficient ways to manage soft-deleted data while maintaining clean, maintainable code in your applications.





DigitalOcean API Client for Laravel


The Laravel DigitalOcean package by Graham Campbell is an API client bridge for Laravel. This package uses Graham's manager package, providing the ability to configure multiple connections.





[news] Yii Strings 2.5

Minor version of Yii Strings package was released.

  • Added StringHelper::matchAnyRegex() method as a facade for CombinedRegexp.
  • Added more specific psalm type for result of StringHelper::base64UrlEncode() method.




A Week of Symfony #942 (13-19 January 2025)

This week, Symfony celebrated the SymfonyOnline January 2025 conference. In addition, it announced the new Symfony UX Core Team.





[news] Yii File Router 1.0.0

First stable version of Yii File Router was released. The package provides a convention-based router middleware that chooses controller based on its namespace and class name similar to how it was in worked in Yii2. It could be used either standalone or as a fallback for explicit router.