Kategorie: Symfony
New in Symfony 6.2: Better Debugging Commands
Symfony includes many commands to help you debug issues in your applications while developing them. In Symfony 6.2…
New in Symfony 6.2: Improved File Validator
Contributed by Kévin Dunglas in #47710. The File constraint from the Validator component checks that a given value…
A Week of Symfony #828 (7-13 November 2022)
This week, Symfony 6.2 continued polishing and fixing features before its final release at the end of November…
New in Symfony 6.2: Notifier and Mailer Integrations
Each new version of Symfony adds integrations with third-party services. In Symfony 6.2 we've added some integrations to…
New in Symfony 6.2: Better PHP Translation Extractor
Contributed by Mathieu Santostefano in #46161. Symfony includes a translation:extract command that looks for translatable contents in Twig…
New in Symfony 6.2: Conditional Constraints
Contributed by wuchen90 in #42593. The Symfony Validator component includes some advanced constraints such as Callback (to implement…
New in Symfony 6.2: PSR-4 Route Loader
Contributed by Alexander M. Turek in #47916 and #47943. In your Symfony applications you probably have a configuration…
New in Symfony 6.2: Finder Improvements
The Finder component provides utilities to find files/directories via multiple filter and sort methods. In Symfony 6.2 we're…
A Week of Symfony #827 (31 October – 6 November 2022)
This week, Symfony development activity focused on polishing Symfony 6.2 features before its final release at the end…
New in Symfony 6.2: Clock Component
Contributed by Nicolas Grekas in #46715. Testing time-related functions is difficult and produces transient test errors. That's why…