In Symfony 6.2, the VarExporter component will ship two new traits to help implement lazy-loading objects.
As their names suggest, lazy-loading objects are initialized only when actually needed; typically when accessing one of their properties. They’re used when an object is heavy to instantiate but is not always used.
There are two main use cases for lazy-objects: lazy services and lazy entities.
You can find lazy services in
API Platform is a popular framework for creating web APIs and API-first projects that emerged from the Symfony community. It is the recommended and most popular solution for adding a REST/HATEOAS or GraphQL API to your Symfony project. It also allows users to easily build Next.js, Nuxt.js and mobile applications from the API definition.
The SymfonyCon Disneyland Paris 2022 event comes with 2 days of pre-conference workshops organized on November 15-1
SymfonyCon Disneyland Paris 2022 will start, as usual, with its pre-conference: two days of workshops from November 15 to 16. Discover the 10 different topics that will be organized per day.
The main conference will take place on November 17 and 18 and will be organized around 3 tracks! Amazing speakers and talks have already been announced
The countdown to the launch of SymfonyCon Disneyland Paris 2022 is on: D-75! We look forward to welcoming you from November 15 to 18 for a week of Symfony:
November 15-16: 2 days of pre-conference workshops. All the workshop topics have been announced, check them out and register now to secure your seat!
November 17-18: 2 days of conference.
First of all, we thank all the people who took the time to submit a talk proposal for the upcoming conference. Take advantage of the last weekend of submissions to share your knowledge! The call for Papers will be open until next Monday: August 29th. Do not miss this opportunity… dare to be part of the conference program!
As you already know, Sebastian Bergmann,
Symfony 4.4.45 has just been released. Here is the list of the most important changes since 4.4.44:
- bug #47358 Fix broken request stack state if throwable is thrown. (@War
Symfony 5.4.12 has just been released. Here is the list of the most important changes since 5.4.11:
- bug #47391 [LokaliseBridge] Fix push command --delete-missing options w
Symfony 6.0.12 has just been released. Here is the list of the most important changes since 6.0.11:
- bug #47372 [Console] Fix OutputFormatterStyleStack::getCurrent return t