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 Symfony UX Core Team

The Symfony UX initiative was announced in December 2020. It was introduced to
enhance the developer experience by integrating JavaScript tools and libraries
more seamlessly with Symfony applications, focusing on improving the front-end
development workflow.

Today, we are happy to announce the Symfony UX Core Team. This team has been
working on improving the Symfony UX for quite a while now.

The team is made of 5 members:





A Week of Symfony #941 (6-12 January 2025)

This week, Symfony development activity was very intense.





Symfony 2024 Year in Review

This blog post highlights the key accomplishments of the Symfony project in 2024.
We are grateful for your continuous support, which enabled the Symfony project
to achieve a remarkable year.





A Week of Symfony #940 (30 December 2024 - 5 January 2025)

This week, Symfony 6.4.17, 7.1.10 and 7.2.2 maintenance versions were released. In addition, we published more information about the upcoming SymfonyOnline January 2025 conference.





Symfony 7.2.2 released

Symfony 7.2.2 has just been released.
Here is the list of the most important changes since 7.2.1:





Symfony 7.1.10 released

Symfony 7.1.10 has just been released.
Here is the list of the most important changes since 7.1.9:





Symfony 6.4.17 released

Symfony 6.4.17 has just been released.
Here is the list of the most important changes since 6.4.16:





A Week of Symfony #939 (23-29 December 2024)

This week, we launched the new Twig playground, a tool that lets you test and experiment with Twig features in a safe, sandboxed environment. While Symfony development activity was lighter than usual due to the year-end holidays, we introduced a new is_granted_for_user() function to check authorization for a given user directly in Twig templates.





Introducing the new Twig Playground

I'm very excited to announce the launch of Twig
Playground
, a new tool that allows you to test
and experiment with Twig templates in a sandbox environment. It is entirely
web-based, with no backend.

Twig templates are rendered via PHP Wasm and the state is preserved in the
URL for easy sharing. It can be used to try Twig, quickly test new features, and
it is the perfect tool to improve bug reports with reproducible examples.





A Week of Symfony #938 (16-22 December 2024)

This week, Symfony development activity focused on fixing bugs in maintenance versions and adding new features for the upcoming Symfony 7.3 release. Meanwhile, we published blog posts about the new Twig features and a new case study about Symfony.