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 Swagger 2.2

Version 2.2 of Yii Swagger package has been released. Here is the list of changes included in the new version:

  • added support yiisoft/assets version of ^5.0;
  • raised the minimum PHP version to 8.1 and minor refactoring.




How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages"


Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies.





How to fix "SQLSTATE[HY000] [2002] Connection refused" Laravel error in GitHub Actions


Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications





A Package to Manage Model Status in Laravel


The Laravel Model Status package by Muhammed ElFeqy automates adding configurable status columns to models and migrations.





Checking String Absence with Laravel's doesntContain


Explore Laravel's doesntContain method for simpler string absence verification. Learn to efficiently check content against unwanted terms in your validation logic.





A Week of Symfony #943 (20-26 January 2025)

This week, the upcoming Symfony 7.3 version improved the invokable command feature, deprecated the use of option arrays for configuring validation constraints, and updated the JsonEncoder component to allow warming up objects and lists.





Streamlining String Manipulation with Laravel's string() Method


Discover Laravel's request->string() method for fluent string manipulation. Transform input data into Stringable instances and leverage powerful string operations through method chaining.





Request Data Collection Handling using Laravel


Explore Laravel's request->collect() method for enhanced input handling. Transform request data into collections and leverage powerful collection methods for efficient data processing.





Parameterized Middleware in Laravel


Learn how to use Laravel's parameterized middleware for flexible request filtering. Create reusable middleware components that adapt their behavior based on route-specific parameters.