New in Symfony 2.8: Simpler Security Voters
Security Voters are the recommended way to check for user permissions in Symfony applications In Symfony 2.6 we introduced an AbstractVoter class to reduce the boilerplate code needed to define a voter. In Symfony 2.8 we have simplified voters a bit more thanks to the new Voter class.
New in Symfony 2.8: DX Improvements
DX or Developer Experience is essential for Symfony project. We work very hard to improve DX in each Symfony release and the recent Symfony 2.8 version is no exception.
Symfony 2015 Business and Community Awards Winners
The winners of the Symfony 2015 Business and Community Awards were announced during the closing ceremony of the past SymfonyCon Paris 2015 conference. These awards recognize the accomplishments of different companies and individuals within the Symfony Community.
The SymfonyCon Paris 2015 is a wrap!
SymfonyCon Paris 2015 was a blast, we enjoyed incredible moments with the Symfony community to celebrate Symfony's 10th birthday. If you missed it, here is the recap!
Improving the Symfony Release Process
The recent launch of Symfony 2.8, which will be the last minor version of the 2.x branch, made us think about further tweaks in the release process. That's why during his past SymfonyCon Paris 2015 keynote, Fabien Potencier announced the new Symfony release process.
SymfonyLive Cologne 2016
We are happy to announce SymfonyLive Cologne 2016, a conference that will take place from April 27th to 29th 2016.
New in Symfony 2.8: Console Style Guide
Symfony 2.8 defines a style guide that makes the output of the Symfony commands visually consistent and which allows you to create simpler commands.