Filter posts by Symfony release
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
In Symfony 5.1, the HttpClient component can use HTTP/2 without installing the cURL library thanks to the amp/http-client PHP package.
April 7, 2020
#Living on the edge
In Symfony 5.1, the String component uses the Stringable interface from PHP 8, improves methods such as truncate() and adds useful methods such as containsAny() and reverse().
April 3, 2020
#Living on the edge
In Symfony 5.1, routes can be stateless, route conditions can include env vars and the request context is easier to configure.
April 2, 2020
#Living on the edge
In Symfony 5.1, configuring redirections and rendering templates from route configuration will be much simpler.
April 1, 2020
#Living on the edge
Symfony Polyfills 1.15 adds support for new functions and interfaces that will be introduced in PHP 8.0 later this year.
March 30, 2020
#Living on the edge
Symfony 5.1 adds a new form theme for Foundation 6, improves the translation of Bootstrap custom forms and allows to customize collection entries.
March 27, 2020
#Living on the edge
Symfony 5.1 adds new features related to translations to configure the enabled locales, to improve the translation debug command, to support name attributes in Xliff2 and to allow translating each language into its own language.
March 26, 2020
#Living on the edge