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.

Announcing the Final Schedule of SymfonyWorld Online 2021 Winter Conference



SymfonyWorld Online 2021 Winter Conference is coming next month, on December
9 and 10! Today we're announcing the complete schedule of the conference:
December 9, 2021





Black Friday 2021 Offers from the Symfony Ecosystem

This year, the traditional Black Friday offers for Symfony ecosystem come early.
Hurry up because they won't repeat until next year!





Symfony 6.0.0-BETA2 released

Symfony 6.0.0-BETA2 has just been released. Here is a list of the most
important changes:





Symfony 5.4.0-BETA2 released

Symfony 5.4.0-BETA2 has just been released. Here is a list of the most
important changes:





A Week of Symfony #776 (8-14 November 2021)

This week, Symfony development activity focused on polishing and tweaking the upcoming Symfony 5.4 and 6.0 releases (both will be published before the end of this month). In addition, Symfony announced a new sponsoring program for SaaS providers to back their Symfony bridges.





New in Symfony 5.4: New Validation Constraints

The Symfony Validator component provides tens of validators to validate
that a given value matches some expected constraints (e.g. not blank, being a
valid IP address, being a string shorter than 255 characters, etc.)
In Symfony 5.4 we've expanded that list with two new validators/constraints.





New in Symfony 5.4: PHP Enumerations Support

PHP Enumerations, or "PHP enums" for short, is one of the most anticipated
new features of PHP 8.1 (released on November 25, 2021). Their most common use
case is to group several related values. In previous PHP versions you had to
define a series of related constants to achieve that. In PHP 8.1 you can do this: