Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

January 6, 2019 #Releases
January 6, 2019 #Releases
This week, the upcoming Symfony 4.3 version added a new isFormValid() shortcut for controllers, introduced a new theme option for dump() contents and simplified form theming with a new block_prefix form field option.
January 6, 2019 #A week of symfony
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
The last week of 2018 showed a low development activity. The upcoming Symfony 4.3 added a new option to force adding the trailing route parameters and there was a new proposal to add configurable argument value resolvers.
December 30, 2018 #A week of symfony
This week, the upcoming Symfony 4.3 version improved debug:autowiring to make it work without PHPdoc reflection and continued adding links in the console to improve the developer experience. In addition, Symfony explained its business model for the next year and it announced the workshops of the first 2019 conferences in Lille and Paris.
December 23, 2018 #A week of symfony
SymfonyInsight is now able to analyze Symfony 4.2 applications.
December 21, 2018 #SymfonyInsight
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