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.

[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.





Collection Customization in Laravel Using CollectedBy


Learn how Laravel's CollectedBy attribute enables declarative collection customization. Discover a cleaner way to implement model-specific collection functionality without overriding traditional methods.





Route Definition Enhancements in Laravel with Enum Integration


Discover Laravel's enhanced enum support in route definitions. Learn how to write cleaner, type-safe routes without explicit enum value access, improving code readability and maintainability.





Interactive Console Commands in Laravel


Learn how to enhance Laravel Artisan commands with interactive prompts using PromptsForMissingInput. Create user-friendly CLI experiences by automatically prompting for missing arguments and options.





PHPerKaigi 2025

PHPerKaigi 2025, Nakano, Tokyo, Japan
Date: Mar 21 - 23, 2025
PHPerKaigi is an event for PHPers, that is, those who are currently using PHP, those who have used PHP in the past, those who want to use PHP in the future, and those who love PHP, to share technical know-how and "#love" for PHP.





Television is a Multi-purpose Fuzy Finder TUI


Television is a blazing-fast general-purpose fuzzy finder TUI. It is highly configurable and allows you to quickly search through all kinds of data sources, such as files, Git history, environment variables, etc.





How to Migrate your MongoDB Database to Galaxy Hosting

Scaling Meteor is both an art and a science.At Propiedata, a property management platform with features like virtual assemblies, dashboards, and real-time voting, chat, reactions and participation queues, we successfully scaled our app to handle peaks of 30,000 concurrent users. Here’s how we did it and the lessons learned along the way.