Skip to content

« 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.1 profiler can use env vars to select its editor, displays more Xdebug information and allows you to copy HTTP requests as cURL commands.
May 12, 2022 #Living on the edge
In Symfony 6.1 you can check if the profiler is enabled, you can see the inherited security roles in the toolbar and you can get more debug information about emails.
May 11, 2022 #Living on the edge
In Symfony 6.1, you can use expressions to define service factories.
May 10, 2022 #Living on the edge
In Symfony 6.1, collection form fields can define different options for items being added and for items being edited.
May 9, 2022 #Living on the edge
In Symfony 6.1, it will be easier than ever to create advanced bundles that define their own configuration and extensions.
May 6, 2022 #Living on the edge
In Symfony 6.1 you can create one or more semaphores automatically via the main framework configuration.
May 5, 2022 #Living on the edge
Symfony 6.1 will include a new profiler panel with all the details about the (de)serialization process.
May 4, 2022 #Living on the edge
In Symfony 6.1 you can instruct the autowiring logic in your PHP code thanks to the new Autowire PHP attribute.
May 3, 2022 #Living on the edge 🚀 1
In Symfony 6.1 you can use PHP attributes to configure service decoration.
May 2, 2022 #Living on the edge ❤️ 1
Symfony 6.1 will allow you to create draft emails, with all kinds of contents and file attachments, that others can use to create the real emails to be sent.
April 29, 2022 #Living on the edge