Filter posts by Symfony release
In Symfony 3.1, the Web Debug Toolbar and the Profiler have introduced lots of
new features. The major new features will be explained in upcoming blog posts,
so in this article we'll focus on smaller but useful changes that will improve
your day-to-day work.
April 8, 2016
#Living on the edge
The Process component of Symfony 3.1 has added new features to simplify process output streaming and to allow streaming the input provided to processes.
April 7, 2016
#Living on the edge
In Symfony 3.1, the Table helper of the Console component lets you define the width of any or all the table columns to have a better control of the table design.
April 6, 2016
#Living on the edge
In Symfony 3.1, the Image validation constraint defines a new configuration option to detect images which are corrupted.
April 5, 2016
#Living on the edge
A quick recap of the best new features introduced in Symfony 2.8 and available in Symfony 3.0.
March 16, 2016
#Living on the edge
This article is the last one in the "New in Symfony 2.8" series. It explains five minor but useful improvements introduced in several Symfony components.
March 15, 2016
#Living on the edge
Symfony 2.8 introduces twelve small and decoupled polyfill components to "fill the gaps" of PHP 5.x versions and missing extensions. Now your applications can safely use PHP features and functions available in any PHP version.
March 10, 2016
#Living on the edge
In Symfony 2.8 we decided to simplify the DependencyInjection component by removing the concept of "scopes" and introducing the "shared" configuration option.
March 9, 2016
#Living on the edge
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable and a replacement for PHP's var_dump(). Symfony 2.8 added new casters to VarDumper, which are responsible to format the dumped information accordingly to their types.
March 8, 2016
#Living on the edge
Symfony 2.8 added new features to Dependency Injection, such as service decoration priorities, resetteable containers, logging of unused tags and simpler compiler pass registration.
March 4, 2016
#Living on the edge