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.2: Expression Language Improvements

The ExpressionLanguage component provides an engine that can compile and
evaluate expressions. The main purpose of the component is to allow users to use
expressions inside configuration for more complex logic. In Symfony 7.2, we've
improved it with new features.





New in Symfony CLI: Command auto-completion

As developers, we spend a lot of time in the terminal running dozens of
commands. Some commands can be long to type or tricky and be similar to other
tools but not exactly the same! That is why a lot of us loves autocompletion.
The good news is that starting with Symfony CLI v5.10, the Symfony CLI provides
an auto-completion for Bash, ZSH, and Fish shells.





A Week of Symfony #928 (7-13 October 2024)

This week, development activity focused on Symfony 7.2, as tweaks and features continue to be merged ahead of its release at the end of November 2024. Additionally, we published the first post in the new in Symfony 7.2 series. Lastly, we shared more details about some of the talks from the SymfonyCon Vienna 2024 conference.





New in Symfony 7.2: Week, WordCount and Yaml Constraints

This is the first article of the series that shows the most important new features
introduced by Symfony 7.2, which will be released at the end of November 2024.





A Week of Symfony #927 (30 September - 6 October 2024)

This week, Symfony 7.2 entered into its stabilization period before its final release at the end of November 2024.





A Week of Symfony #926 (23-29 September 2024)

This week, the upcoming Symfony 7.2 version added new features such as support for defining trusted hosts and headers using env vars, improve the debug:asset-mapper command to search and filter assets and allow request parsers to return multiple RemoteEvent in webhooks.