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.

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.





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.





Currency Formatting with Laravel's Enhanced Number Helper


Discover Laravel's improved Number helper with configurable currency defaults. Learn to handle multi-currency formatting efficiently in your international applications.





Laracon EU Amsterdam 2025


LaraconEU is back to Amsterdam on February 3rd and 4th





Tailwind CSS v4 is Here


Tailwind CSS v4 is here! This release is the most significant release to date, with a reimagined configuration and customization experience and a new high-performance engine designed to be as fast as possible.