Filter posts by Symfony release
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
Symfony 5.1 introduces new utilities to control the cursor in console commands.
April 15, 2020
#Living on the edge
In Symfony 5.1, you can configure PHP preloading by using some dependency injection tags to define which classes should be preloaded and which ones should not.
April 10, 2020
#Living on the edge
MakerBundle 1.15 was just released and comes with several new makers - make:reset-password & make:message. Let's take a look!
April 9, 2020
#Living on the edge