Filter posts by Symfony release
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
Symfony 5.1 will include a new component called Uid which generates UUIDs and ULIDs and provides some utilities for them.
March 25, 2020
#Living on the edge
Symfony 5.1 adds a new loginUser() method to simplify testing protected resources.
March 23, 2020
#Living on the edge
In Symfony 5.1, the Workflow component has been improved to allow disable announce events, check if a workflow exists and explain blocked transitions.
March 20, 2020
#Living on the edge