Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

Symfony 5.1 improves the serializer with a new @Ignore annotation, an unwrapping denormalizer, support for stdClass and scalar denormalization.
April 30, 2020 #Living on the edge
In Symfony 5.1, the DomCrawler component provides a new utility to resolve relative links into absolute URLs.
April 29, 2020 #Living on the edge
Symfony 5.1 adds new integrations with third-party technologies and services in the Lock, Cache, Mailer, Messenger and Notifier components.
April 28, 2020 #Living on the edge
Symfony 5.1 introduces a new syntax to stack decorators, providing a simpler alternative to classic middleware.
April 27, 2020 #Living on the edge
In Symfony 5.1 we've improved MicroKernelTrait to allow using the Kernel as a registry of autowired controllers and service factories.
April 24, 2020 #Living on the edge
In Symfony 5.1, services can define abstract arguments whose values are calculated at runtime.
April 23, 2020 #Living on the edge 🎉 1
In Symfony 5.1, it's much easier to refer to the original service when using service decoration.
April 22, 2020 #Living on the edge
In Symfony 5.1, routes can define different hosts for each locale, which is useful to create fully internationalized URLs.
April 21, 2020 #Living on the edge
In Symfony 5.1, the asset manifest file can be stored in remote servers, which is ideal when using CDNs.
April 17, 2020 #Living on the edge
In Symfony 5.1, logout customization will be much easier to implement thanks to a new LogoutEvent.
April 16, 2020 #Living on the edge