« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
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
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
In Symfony 6.1 you can build the (de)serialization context using objects that provide a fluent interface with validation and autocompletion.
April 27, 2022
#Living on the edge
In Symfony 6.1, routing requirements can be defined with PHP backed enums and route parameters can include UTF-8 characters.
April 25, 2022
#Living on the edge
Symfony 6.1 introduces a Locale Switcher service to change the application locale dynamically.
April 14, 2022
#Living on the edge
In Symfony 6.1, the syntax of the ExpressionLanguage component improves with new notation for numbers and new operators.
April 11, 2022
#Living on the edge
Symfony 6.1 introduces an HtmlSanitizer component to turn user generated HTML contents into safe HTML contents by removing or restricting HTML tags and attributes.
April 8, 2022
#Living on the edge