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 6.3: DX Improvements (Part 2)

DX (developer experience) improvements are small changes that make your
day-to-day work as developer easier or more pleasant. A few days ago we published
the first DX improvements of Symfony 6.3 and this blog post shows other DX
improvements added by Symfony 6.3.





A Week of Symfony #854 (8-14 May 2023)

This week, Symfony 6.3.0 beta2 and beta3 were released so you can test them in your own projects and report bugs before its final release. Meanwhile, we continued adding features to the new AssetMapper component.





Symfony 6.3.0-BETA3 released

Symfony 6.3.0-BETA3 has just been released.
Here is the list of the most important changes since 6.3.0-BETA2:





New in Symfony 6.3: DX Improvements (Part 1)

DX (developer experience) is defined by the tools, processes, and software
that a developer uses when interacting with a product or system. In Symfony we're
constantly improving DX and in this post we highlight some of the best Symfony
6.3 DX improvements.





New in Symfony 6.3: Clock Improvements

In Symfony 6.2 we introduced a new Clock component so you can decouple your
applications from the system clock (e.g. to create better time-sensitive tests).
In Symfony 6.3 we've improved it with new features.





SymfonyOnline June 2023 - Take the lightning talks challenge!


SymfonyOnline June 2023 is just around the corner, happening on June 15-16. Amazing speakers and topics have been announced! The detailed schedule is available here.

Exciting news!





Symfony 6.3.0-BETA2 released

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





A Week of Symfony #853 (1-7 May 2023)

This week, the first beta of Symfony 6.3 was released so you can test it in your applications before its final release at the end of May 2023. Meanwhile, Symfony UX 2.8 version was published with two new components and massive updates in live components.