Migrating users to a secure hashing algorithm in Symfony
This article explains how to gracefully convert your insecurely encrypted passwords to a secure method (using Bcrypt for instance).
This article explains how to gracefully convert your insecurely encrypted passwords to a secure method (using Bcrypt for instance).
This article explains how to generate PDF files in Symfony with KnpSnappyBundle and the underlying wkhtmltopdf library.
Un retour sur la Symfony Live de 2015.
Some developer experience improvements in Doctrine ORM.
Make use of Doctrine filters in your Symfony project to improve security in your app and automate some query parts.
Internationalisation filters in Twig.