Filter posts by Symfony release
In Symfony 3.4 services and aliases are private by default. This may require you to change some service definitions in your bundles and applications.
October 11, 2017
#Living on the edge
Symfony 3.4 adds a minimalist PSR-3 logger so you can display, aggregate and store log messages without having to install Monolog.
October 10, 2017
#Living on the edge
In Symfony 3.4, there's a new directory to override third-party templates and a new feature to avoid circular exceptions when overriding and extending templates at the same time.
October 9, 2017
#Living on the edge
Symfony 3.4 provides a simpler way to inject all services tagged with a specific tag, so you don't have to create a compiler pass just to do that.
October 6, 2017
#Living on the edge
Symfony 3.4 adds new HTML5 form types ("tel" and "color"), new options for TimezoneType and support for callbacks in the delete_empty option.
October 5, 2017
#Living on the edge
In Symfony 3.4, the kernel of the application can implement CompilerPassInterface to define a compiler pass in it.
October 4, 2017
#Living on the edge
Symfony 3.4 adds a new form theme for Bootstrap 4, the most popular front-end component library.
October 3, 2017
#Living on the edge
Symfony 3.4 includes an Argon2i password hasher , a modern alternative to Bcrypt natively supported by PHP 7.2.
October 2, 2017
#Living on the edge
Symfony 3.4 provides new configuration options so you can generate the right URL for assets out of the HTTP context, for example in a command console.
September 29, 2017
#Living on the edge
Symfony 3.4 deprecates bundle inheritance, but Symfony still provides lots of alternatives to override the resources of third-party bundles in your application.
September 28, 2017
#Living on the edge