Filter posts by Symfony release
In addition to some large new features, Symfony 3.3 will also contain minor tweaks to make your work a bit easier.
December 21, 2016
#Living on the edge
In Symfony 3.3, the Configuration panel of the Symfony Profiler will show more information about PHP and Symfony.
December 16, 2016
#Living on the edge
In Symfony 3.3, the DomCrawler component added support for the formaction and formmethod
attributes that form buttons can define to override the original action and method defined by the form.
December 8, 2016
#Living on the edge
The Symfony Security component provides out-of-the-box support for several authentication mechanisms, such as form logins and HTTP. In Symfony 3.3 we added a new mechanism based on JSON.
December 6, 2016
#Living on the edge
This is the last article in the "New in Symfony 3.2" series. Symfony 3.2 will
be released at the end of this month after six months of work and several
hundreds of pull requests (more than 200 of them labeled as "new features").
November 24, 2016
#Living on the edge
Symfony 3.2 includes tens of minor tweaks and improvements to make your work
easier and to improve your productivity. This article summarizes some of those DX improvements.
November 4, 2016
#Living on the edge
Symfony 3.2 introduced a new FirewallConfig class that exposes the full firewall configuration. This class is now used in the Symfony Profiler to dump the entire firewall configuration.
November 3, 2016
#Living on the edge
Symfony 3.2 adds new cache adapters (NullAdapter, PhpFilesAdapter, PdoAdapter), a new way to create tag-aware adapters and a command to clear cache pools.
November 2, 2016
#Living on the edge
In Symfony 3.2, the serializer added a CSV encoder, ideal to export/import data to Excel, and a YAML encoder.
October 17, 2016
#Living on the edge
In Symfony 3.2, console commands can be defined as private (to hide them in the console listings) and they can combine several text styles in their output.
October 14, 2016
#Living on the edge