Kategorie: Symfony
A Week of Symfony #776 (8-14 November 2021)
This week, Symfony development activity focused on polishing and tweaking the upcoming Symfony 5.4 and 6.0 releases (both…
New in Symfony 5.4: New Validation Constraints
The Symfony Validator component provides tens of validators to validate that a given value matches some expected constraints…
New in Symfony 5.4: PHP Enumerations Support
PHP Enumerations, or "PHP enums" for short, is one of the most anticipated new features of PHP 8.1…
Calling SaaS providers to back their Symfony bridge
Would you like to put your brand ahead of the Symfony community? Make your Corporate social responsibility (CSR)…
New in Symfony 5.4: Route Aliasing
Contributed by Jérôme Parmentier in #38464. When refactoring applications, especially if you work on a legacy application, it's…
New in Symfony 5.4: Controller Changes
Symfony Controllers are the "glue code" that runs some logic and calls some services to serve each application…
A Week of Symfony #775 (1-7 November 2021)
This week, Symfony 5.4.0-BETA1 and 6.0.0-BETA1 versions were published in preparation for their final release at the end…
Symfony 6.0.0-BETA1 released
Symfony 6.0.0-BETA1 has just been released. Here is a list of the most important changes: feature #43916 [PropertyInfo]…
Symfony 5.4.0-BETA1 released
Symfony 5.4.0-BETA1 has just been released. Here is a list of the most important changes: feature #43916 [PropertyInfo]…
New in Symfony 5.4: Nested Validation Attributes
Contributed by Alexandre Daubois in #41994. In Symfony 5.2 we added a feature to define validation constraints as…