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

In Symfony 4.1 you can autowire scalar values to controller action arguments and the configuration of decorated services has been simplified.
March 27, 2018 #Living on the edge
In Symfony 4.1 you can use the new server:dump command to collect all dumped information in a centralized server to avoid mixing your own contents with the dumped contents.
March 26, 2018 #Living on the edge
In Symfony 4.1 we improved the Workflow component with lots of major and minor features. This blog post summarizes the most important ones.
March 23, 2018 #Living on the edge
In Symfony 4.1 you can inline the requirements and default values in the route path to make the config more concise.
March 22, 2018 #Living on the edge
In Symfony 4.1, to make testing simpler, tests will have access to a special service container that allows fetching any non-removed private service.
March 20, 2018 #Living on the edge
In Symfony 4.1 you can define different paths per locale in routes without the need of installing a third-party bundle.
March 19, 2018 #Living on the edge
In Symfony 4.1 we've improved the Bootstrap 4 form theme with new features and we've made it fully accessible and compliant with WCAG 2.0.
March 8, 2018 #Living on the edge
Symfony 4.1 allows to define the priority of Twig extensions, which is useful when you need to overload the filters and functions defined in other extensions.
March 7, 2018 #Living on the edge
In Symfony 4.1, locks can be refreshed for a different amount of time than the original TTL used when creating the lock.
March 6, 2018 #Living on the edge
In Symfony 4.1 the AdvancedUserInterface has been deprecated, but you can define your own "user checkers" to get the same functionality.
March 2, 2018 #Living on the edge 👍 1