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

Symfony 4.3 adds new env var processors to allow defining default values for undefined env vars and to allow trimming their values.
January 9, 2019 #Living on the edge
In Symfony 4.3 there is a new option called "block_prefix" which simplifies the way form fields can be customized.
January 4, 2019 #Living on the edge
In Symfony 4.3 you can check IBAN and BIC codes together and you can also validate UATP payment cards.
January 3, 2019 #Living on the edge
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