Filter posts by Symfony release
In Symfony 4.3, a new UrlHelper class will simplify the generation of absolute/relative URLs for a given path.
April 23, 2019
#Living on the edge
In Symfony 4.3 we've replaced the Argon2iPasswordEncoder by a new generic SodiumPasswordEncoder that supports all the Argon2 variants (argon2d, argon2i, and argon2id)
April 17, 2019
#Living on the edge
In Symfony 4.3, the Intl component provides new classes for a simpler access to its localized data.
April 16, 2019
#Living on the edge
In Symfony 4.3 we improved the Workflow component with lots of major and minor features. This blog post summarizes the most important ones.
April 15, 2019
#Living on the edge
In Symfony 4.3 we made the Inflector a non-internal component and added the pluralize method to get the plural form of a given singular English word.
April 12, 2019
#Living on the edge
Symfony 4.3 will include a new Timezone validator to check that the given value is a valid timezone defined by PHP.
April 11, 2019
#Living on the edge
In Symfony 4.3, the answers of the Console question helper can be autocompleted with a callback function to generate suggestions dynamically.
April 10, 2019
#Living on the edge
In Symfony 4.3, a new NotPwned constraint lets you validate that users' passwords have not been compromised in any public data breach.
April 5, 2019
#Living on the edge
Symfony 4.3 adds support for "wither methods" so you can configure optional features for services whilst keeping them immutable.
April 4, 2019
#Living on the edge
Symfony 4.3 adds lots of new assertions to simplify your functional tests and boost your productivity.
April 3, 2019
#Living on the edge