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
New Symfony Core Team Member: Samuel Roze
March 26, 2018
#Community
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
This week Symfony focused on finishing important features before the Symfony 4.1 feature freeze starts next week: introduced a new Messenger component, internationalized routing, inlined routing config, transition blockers for workflows, allow to define multiple sections in Console output and added a server to collect VarDumper dumps. In addition, we updated the status of our diversity initiative.
March 25, 2018
#A week of symfony
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
Some recent topics within the diversity initiative, covering among many things: the new respectful review guidelines, mentorship programs, code of conduct and enforcement process, context and slack discussions, new slack channels.
March 21, 2018
#Community
#Diversity
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
This week, Symfony development activity was focused again on finishing the pending pull requests in time for the upcoming Symfony 4.1 "feature freeze" period which starts in just 2 weeks. We made testing easier by allowing to fetch private services from tests clients, improved the design of the new console "box" style and added some HTML5 features to the Symfony Profiler.
March 18, 2018
#A week of symfony