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.

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.





[news] Yii Console 2.3

Version 2.3 of Yii Console package was tagged.

  • Added --open option for serve command
  • Printed possible options for serve command
  • Explicitly marked nullable parameters




Laravel Faker OpenAI


An opinionated Laravel package that extends FakerPHP and uses openai-php/laravel to generate fake data





Accessing Locale and Currency Defaults in Laravel


Discover Laravel's new Number facade methods for accessing default locale and currency settings. Learn to streamline regional formatting in your applications with these convenient helper methods.





UseFactory Attribute Added in Laravel 11.39


This week, the Laravel team released v11.39, which includes a model factory class attribute, the ability to prevent destructive rollbacks, PhpRedis backoff and max retry options, and more.