Filter posts by Symfony release
Symfony 5.3 includes a new optional renderForm() helper to manage the rendering of forms.
April 30, 2021
#Living on the edge
Symfony 5.3 includes a new PasswordHasher component which is extracted from the existing "password encoding" features.
April 29, 2021
#Living on the edge
Symfony 5.3 includes an official form theme for Tailwind CSS, the most popular utility-first CSS framework.
April 28, 2021
#Living on the edge
Symfony 5.3 includes support for negatable options, which simplify the definition of two related, but opposite, options in a console command.
April 27, 2021
#Living on the edge
Symfony 5.3 automatically generates config builder classes for all installed bundles, allowing you to configure your applications with PHP using a fluent interface.
April 26, 2021
#Living on the edge
In Symfony 5.2 the Notifier component is easier to debug and provides integration with lots of new third-party services.
October 23, 2020
#Living on the edge
Symfony 5.2 introduces a Semaphore component to complement the existing Lock component and provide access to a shared resource to multiple concurrent processes.
October 22, 2020
#Living on the edge
Symfony 5.2 provides support for "login links" (or "magic links") which allow users to fully authenticate in your application by clicking on a specially crafted link.
October 21, 2020
#Living on the edge
In Symfony 5.2, you can use PHP 8 attributes to define the validation constraints.
October 20, 2020
#Living on the edge
Symfony 5.2 introduces new form field helpers to get each field part value without any HTML code around it.
October 19, 2020
#Living on the edge