Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

In Symfony 5.4 we're deprecating some controller shortcuts to encourage other better practices.
November 8, 2021 #Living on the edge
Symfony 5.4 will support PHP 8.1 nested attributes in all its validation constraints.
November 5, 2021 #Living on the edge ❤️ 1 🎉 1
Symfony 5.4 introduces a new interface to make some parts of the security voters cacheable to improve your application performance.
November 3, 2021 #Living on the edge 🚀 4
Symfony 5.4 will add autocompletion to the Console component, allowing commands to autocomplete options, arguments and even their values.
November 2, 2021 #Living on the edge
Symfony 5.3 deprecates the Guard component in favor of a new more extensible and easier to understand authentication system.
June 17, 2021 #Living on the edge
In Symfony 5.3 you can describe console commands lazily, which will help with the future console autocompletion feature.
June 3, 2021 #Living on the edge
Symfony 5.3 includes a new Runtime Component that decouples the bootstrapping logic from any global state to make sure the application can run with runtimes like PHP-FPM, ReactPHP, Swoole, etc. without any changes.
June 2, 2021 #Living on the edge 🎉 1
In Symfony 5.3, the Notifier component provides integrations with many more third-party services.
May 21, 2021 #Living on the edge
In Symfony 5.3, you can use third-party services such as Crowdin to manage the translations of your applications.
May 20, 2021 #Living on the edge
In Symfony 5.3 you can use the new "priority" option to control the order in which form fields are rendered.
May 19, 2021 #Living on the edge ❤️ 1