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.

Assert the Exact JSON Structure of a Response in Laravel 11.19

The Laravel team released v11.19 this week, including asserting the exact JSON structure, a whereNone query builder method, a Number::trim() method, HTML assertion convenience methods, and more.





Symfony 7.1.3 released

Symfony 7.1.3 has just been released.
Here is the list of the most important changes since 7.1.2:





Symfony 7.0.10 released

Symfony 7.0.10 has just been released.
Here is the list of the most important changes since 7.0.9:





Symfony 6.4.10 released

Symfony 6.4.10 has just been released.
Here is the list of the most important changes since 6.4.9:





Symfony 5.4.42 released

Symfony 5.4.42 has just been released.
Here is the list of the most important changes since 5.4.41:





Add Comments to your Laravel Application with the Commenter Package

The Commenter package for Laravel "is a feature-rich modern package that addresses all your commenting needs in a Laravel application." The package includes an admin panel to manage comments across all "commentable" models.