Quantcast
Channel: Symfony Blog
Browsing all 3056 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Deprecated the autowiring types

Contributed by Nicolas Grekas in #21494.One of the most common issues when using autowiring in Symfony applications is having two or more services implementing the same interface. The autowiring...

View Article


Image may be NSFW.
Clik here to view.

A week of symfony #529 (13-19 February 2017)

This week, the DependencyInjection component continued focusing most of the development activity. Its most significant change was the support for named arguments. Meanwhile, we updated tests to use the...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Getter injection

Contributed by Nicolas Grekas in #20973.As part of our experimental features program, in Symfony 3.3 we've added a new feature called getter injection. This adds up to the usual mechanisms used for...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: XLIFF linter

Contributed by Javier Eguiluz in #21578.In computer programming, a linter is "any tool that flags suspicious usage in software written in any computer language". In Symfony, linters are commands that...

View Article

Image may be NSFW.
Clik here to view.

A week of symfony #530 (20-26 February 2017)

This week Symfony continued refactoring tests to make use of the new PHPUnit namespaces. Meanwhile, we added a build() method to the Kernel class to replace the Bundle::build() method. Lastly, we...

View Article


Image may be NSFW.
Clik here to view.

A week of symfony #531 (27 February - 5 March 2017)

This week, Symfony development activity was very intense. First, we continued removing some container injections in favor of service locators. Then, we replaced the wildcard-based method autowiring by...

View Article

Image may be NSFW.
Clik here to view.

Symfony 2.7.25 released

Symfony 2.7.25 has just been released. Here is a list of the most important changes:bug #21671 [Serializer] Xml encoder throws exception for valid data (gr1ev0us)bug #21805 Provide less state in...

View Article

Image may be NSFW.
Clik here to view.

Symfony 2.8.18 released

Symfony 2.8.18 has just been released. Here is a list of the most important changes:bug #21841 [Console] Do not squash input changes made from console.command event (chalasr)bug #21671 [Serializer] Xml...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Asset preloading with HTTP/2 Push

Contributed by Kévin Dunglas in #21478.One of the most relevant new features proposed by HTTP/2 to improve the loading of web pages is called Server Push. HTTP/2 Push allows a web server to send...

View Article


Image may be NSFW.
Clik here to view.

Symfony 3.2.5 released

Symfony 3.2.5 has just been released. Here is a list of the most important changes:bug #21923 [travis] Test with hhvm 3.18 (@nicolas-grekas)bug #21793 [Workflow] Fixed marking state on leave and enter...

View Article

Image may be NSFW.
Clik here to view.

Symfony Community Survey 2017

Community feedback is invaluable to any Open Source project. That's why we've prepared the Symfony Community Survey 2017 to know more about you, what do you like about Symfony, how do you use it and...

View Article

Image may be NSFW.
Clik here to view.

Symfony 3.2.6 released

Symfony 3.2.6 has just been released. Here is a list of the most important changes:bug #21930 [Cache] Cached files rely on umask (@4rthem)bug #21946 Use PHPUnit 5.4 instead of 5.3 (@j0k3r)bug #21936...

View Article

Image may be NSFW.
Clik here to view.

A week of symfony #532 (6-12 March 2017)

This week, the Symfony community proposed another massive optimization for the Routing component matcher and added support for anonymous services in Yaml config files. In addition, we published the...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Deprecated the ClassLoader component

Contributed by Nicolas Grekas in #21353.The ClassLoader component was released on April 2012, when Composer was just a few months old and developing PHP applications was pretty different than today....

View Article

Image may be NSFW.
Clik here to view.

SymfonyLive Cologne 2017

It's spring, and it's time for another SymfonyLive in Germany! This time, we will be back at last year's location in Cologne, the Komed. Again, we will have two days of workshops split into two tracks...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Deprecated X-Status-Code

Contributed by James Halsall in #19822.Sometimes, when handling exceptions in your Symfony applications, you may want to change the original HTTP response status code (for example to return a 404...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Kernel Build Method

Contributed by Iltar van der Berg in #20107.The bundle system has been an integral part of the Symfony framework since day one. However, some developers prefer to not use bundles in their applications...

View Article


Image may be NSFW.
Clik here to view.

A week of symfony #533 (13-19 March 2017)

This week, development activity focused on finishing some pending features, because Symfony 3.3 "feature freeze" is just two weeks away. First, we merged a new way to see Monolog logs. Then we added...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Simpler service configuration

In Symfony 3.3, we added new features to simplify the services configuration. This will make your applications easier to maintain and it will improve your development productivity.Short syntax for...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Deprecated cache clear with warmup

Contributed by Fabien Potencier in #21038.Symfony applications generate some cache files before running for the first time to improve their performance (for example to transform the Twig templates and...

View Article
Browsing all 3056 articles
Browse latest View live