« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
Symfony 6.2 redesigns the profiler and the web debug toolbar to give them a modern look.
November 28, 2022
#Living on the edge
In Symfony 6.2, Console improves DX, allows resuming progress bars, improves color support, adds autocompletion for Zsh shells and allows to set the height of sections.
November 25, 2022
#Living on the edge
Symfony 6.2 simplifies programmatic user logout, adds new hashing options to password fields, eases logout CSRF protection and makes it easier to get the firewall configuration.
November 24, 2022
#Living on the edge
In Symfony 6.2, logging in users programmatically is easier, each firewall can use multiple user checkers, the impersonating target URL is customizable and login links can override the global link lifetime.
November 23, 2022
#Living on the edge
In Symfony 6.2, the Mailer component is more extensible thanks to new events, dynamic bus/transport selection and a simpler addition of email parts.
November 21, 2022
#Living on the edge
Symfony 6.2 DX improvements add a simpler way to get the current route in templates, hide sensitive information, improve PHP config builders and allow to pass form objects directly from controllers.
November 18, 2022
#Living on the edge
Symfony 6.2 adds support for UUID v7 and v8 formats, UID hexadecimal conversion, UID date/time value extraction and adds utilities to get the maximum UUID and ULID values.
November 17, 2022
#Living on the edge
Symfony 6.2 adds PHP Enum support in service parameters, YAML files and environment variable processors.
November 16, 2022
#Living on the edge
👍 1
Symfony 6.2 adds new debugging commands for mailers and message queues and improves commands to debug environment variables.
November 15, 2022
#Living on the edge
In Symfony 6.2, the File constraint allows to validate both file extensions and media types (MIME types) in a much simpler way.
November 14, 2022
#Living on the edge