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.

Fluent Validation Rules With Laravel Hyrule


Laravel Hyrule is an object-oriented, composable, fluent API for writing validations in Laravel.
The post Fluent Validation Rules With Laravel Hyrule appeared first on Laravel News.





Announcing SymfonyWorld Online 2022 Winter Edition

We are delighted to announce the Winter Edition of the SymfonyWorld Online conference organized from December 6th to 9th 2022. Entirely online, we’re pleased to invite you to the fifth edition of the international online conference organized in English.





A Week of Symfony #801 (2-8 May 2022)

This week, Symfony continued fixing bugs on its upcoming Symfony 6.1 version. We also finished some new features for it, such as the support for Monolog 3. In addition, Symfony shut down the legacy infrastructure of Symfony Flex, because most people have already upgraded and the migration process is simple for those who haven't upgraded yet.





How to get a Websites Favicons in Laravel


Favicon Fetcher is a Laravel package that can be used for fetching favicons from websites.
The post How to get a Websites Favicons in Laravel appeared first on Laravel News.