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.

New in Symfony 7.1: Commands Improvements

Symfony includes many commands to perform common operations in your applications.
In Symfony 7.1, we are improving some commands with new options and features.





A Week of Symfony #907 (13-19 May 2024)

This week, the first release candidate version of Symfony 7.1 was published so you can test it in your own projects before the stable release in two weeks. Meanwhile, we continued publishing more talks and information about the upcoming SymfonyOnline June 2024 conference.

Symfony development highlights

5.4 changelog:





Symfony 7.1.0-RC1 released

Symfony 7.1.0-RC1 has just been released.
Here is the list of the most important changes since 7.1.0-BETA1:





PHP Velho Oeste 2024

PHP Velho Oeste
is a community that aims to move the PHP language ecosystem in the western region of Santa Catarina,
Brazil, known as Velho Oeste(Old West).

Knowledge + Networking





New in Symfony 7.1: Mailer and Notifier Integrations

Symfony provides many ready-to-use integrations with third-party services to
send emails and notifications (via SMS, chat messages, or push notifications).
From Google, Microsoft, and Amazon to smaller services available only in
certain countries, Symfony offers a variety of integrations to enhance your
productivity.
In Symfony 7.1 we've introduced some new integrations:
Notifier component:





New in Symfony 7.1: Constraint Improvements

The Validator component was one of the most active components during the
Symfony 7.1 development cycle. In addition to the new MacAddress and Charset constraints
and the improved UniqueEntity constraint, we made other improvements to existing
constraints.





New in Symfony 7.1: New Dependency Injection Attributes

Symfony includes tens of PHP attributes so you can define metadata next to
your code. In Symfony 7.1 we've added some new attributes and in this article
we'll showcase two of them related to the DependencyInjection component.