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
Symfony Maker bundle has introduced a new generator to create basic CRUD interfaces and it has improved the form generator to create forms based on Doctrine entities.
March 14, 2018
#Symfony
This week, Symfony 2.7.43, 2.8.36, 3.4.6 and 4.0.6 maintenance versions were published. Meanwhile, Symfony development activity focused on fixing minor bugs. Lastly, the "feature freeze" period for the upcoming Symfony 4.1 version starts in just 3 weeks, so we need your help to review issues and finish pull requests.
March 11, 2018
#A week of symfony
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