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 4.3 you can force routes to include the values of all their placeholders in the generated URLs, even if those values are the default ones.
January 2, 2019 #Living on the edge
DoctrineFixturesBundle 3.1.0 has just been published and adds support for organizing fixture classes in groups, so you can load some but not all of them.
December 21, 2018 #Living on the edge
Twig 1.36 and 2.6 introduce a new tag to deprecate both entire templates and individual template blocks.
December 20, 2018 #Living on the edge
In Symfony 4.3, Console applications can render hyperlinks similar to web pages, making any text clickable and pointing it to some arbitrary URL.
December 19, 2018 #Living on the edge
Developing Symfony apps on your local machine will be a much better and simpler experience thanks to the new Symfony binary provided by SymfonyCloud.
December 10, 2018 #Living on the edge
In Symfony 4.2 the log panel in the Profiler allows to filter messages by priority and channel.
November 16, 2018 #Living on the edge
Symfony 4.2 adds cache stampede protection applying a probabilistic early expiration mechanism to protect your applications under very high load.
November 15, 2018 #Living on the edge
Symfony 4.2 adds a new clearErrors() method to allow you remove errors after the form has been validated.
November 9, 2018 #Living on the edge
Symfony 4.2 includes several improvements related to translations, such as fallback routes, identity translators and support for ICU parent locales.
November 8, 2018 #Living on the edge
In Symfony 4.2, the Symfony Profiler shows all the details about security voter decisions, to make things easier to debug.
November 7, 2018 #Living on the edge