Kategorie: Symfony
New in Symfony 6.1: Profiler Improvements (part 1)
In Symfony 6.1 we've added lots of new features to the Symfony Profiler. We already highlighted the new…
SymfonyLive Paris 2022: the French Symfony conference was a blast last month!
SymfonyLive Paris 2022 was organized last month on April 7-8, 600+ attendees joined us after 2 years of…
New in Symfony 6.1: Expressions as Service Factories
Contributed by Nicolas Grekas in #45512. The service container provided by the DependencyInjection component allows you to configure…
Announcing SymfonyWorld Online 2022 Winter Edition
We are delighted to announce the Winter Edition of the SymfonyWorld Online conference organized from December 6th to…
New in Symfony 6.1: Customizable Collection Prototypes
Contributed by Michael Käfer in #45605. The Symfony Form component is so stable and provides so many features,…
A Week of Symfony #801 (2-8 May 2022)
This week, Symfony continued fixing bugs on its upcoming Symfony 6.1 version. We also finished some new features…
New in Symfony 6.1: Simpler Bundle Extension and Configuration
Contributed by Yonel Ceruto in #43701. Symfony bundles provide ready-to-use features to Symfony applications. In some cases, bundles…
New in Symfony 6.1: Configurable Semaphores
Contributed by Jérémy Derussé in #44155. In Symfony 5.2 we introduced a Semaphore component as an alternative to…
New in Symfony 6.1: Serializer Profiling
Contributed by Mathias Arlaud in #45656. The Symfony Serializer component design is based on the chain-of-responsibility pattern. That…
New in Symfony 6.1: Service Autowiring Attributes
Contributed by Kevin Bond in #45657 and #45783. PHP attributes are arguably one of the new PHP features…