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

Image may be NSFW.
Clik here to view.

A week of symfony #520 (12-18 December 2016)

This week Symfony released the 2.7.22, 2.8.15, 3.1.8 and 3.2.1 maintenance versions. In addition, Symfony Components achieved 600 million downloads. Lastly, it was announced that Symfony 4.0 (to be...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Added new shortcut methods

In addition to some large new features, Symfony 3.3 will also contain minor tweaks to make your work a bit easier.Added a shortcut to create autowired definitions¶ Contributed by Wouter De Jong in...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Improved command descriptors

Contributed by Roland Franssen in #20866 and #20867.One of the most unknown features of the Symfony Console commands is that they can provide alternative output formats, such as XML, JSON, Markdown,...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Configurable autowiring setters

Contributed by Kévin Dunglas in #20167.Autowiring allows to register services in the container with minimal configuration. It automatically resolves the service dependencies based on the constructor's...

View Article

Image may be NSFW.
Clik here to view.

A week of symfony #521 (19-25 December 2016)

This week Symfony fixed some obsolete PHPUnit getMock() usage and introduced new method shortcuts for ArrayNodeDefinition. In addition, the upcoming Symfony 3.3 version proposed the creation of a new...

View Article


Image may be NSFW.
Clik here to view.

SymfonyLive San Francisco: We’re back!

SymfonyLive is coming back, that’s right, back to our beloved San Francisco for a whole new chapter in our conference series for 2017 and we just had to share the news with you right away!As some of...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Cookie improvements

Contributed by Roland Franssen in #20569 and #20644.Add the new max-age attribute¶Starting with PHP 5.5, the setcookie() and setrawcookie() functions send the Max-Age attribute alongside Expires when...

View Article

Image may be NSFW.
Clik here to view.

A week of symfony #522 (26 December 2016 - 1 January 2017)

This week, Symfony development activity included some forward-compatibility changes for PHP 7.2, improvements in the PHPdoc @return of hundreds of methods so your IDE provides better information, a new...

View Article


Image may be NSFW.
Clik here to view.

Symfony 2016 Year in Review

The beginning of a new year is the best moment to review all that happened during the previous year. These are some of the highlights of the 2016 year for the Symfony Project.Releases¶We released two...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: WebServerBundle

Contributed by Fabien Potencier in #21039.PHP 5.4 version introduced a built-in web server that can be used to run your PHP applications locally during development without the need to configure a...

View Article

Image may be NSFW.
Clik here to view.

A week of symfony #523 (2-8 January 2017)

This week, Symfony added a new Web Server Bundle, implemented lazy collections using generators, made the class optional for named services, added inherit-tags with configurable defaults and changed...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Optional class for named services

Contributed by Martin Hasoň and Nicolas Grekas in #21133.Services in Symfony applications are traditionally defined in YAML, XML or PHP configuration files. A typical but simple service definition...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Search in dumped contents

Contributed by Maxime Steinhausser in #21109.In Symfony applications, you can use the dump() function as a better replacement of PHP's var_dump() thanks to the VarDumper component. The dumped contents...

View Article


Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Memcached Cache Adapter

Contributed by Rob Frawley and Nicolas Grekas in #20858 and#21108.The Symfony Cache component includes several adapters to support different caching mechanisms such as Redis, APCu, the filesystem,...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Dependency Injection deprecations

Deprecated dumping an uncompiled container¶ Contributed by Roland Franssen in #20634.The service container in Symfony applications is usually configured with YAML and XML files, but it's dumped into...

View Article


Image may be NSFW.
Clik here to view.

Symfony 2.7.23 released

Symfony 2.7.23 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug...

View Article

Image may be NSFW.
Clik here to view.

Symfony 2.8.16 released

Symfony 2.8.16 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug...

View Article


Image may be NSFW.
Clik here to view.

Symfony 3.1.9 released

Symfony 3.1.9 has just been released. Here is a list of the most important changes:bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)bug #20605...

View Article

Image may be NSFW.
Clik here to view.

Symfony 3.2.2 released

Symfony 3.2.2 has just been released. Here is a list of the most important changes:bug #21257 [Profiler][Form] Fix form profiler errors profiler_dump (ogizanagi)bug #21243 [FrameworkBundle] Fix...

View Article

Image may be NSFW.
Clik here to view.

New in Symfony 3.3: Dotenv component

Contributed by Fabien Potencier in #21234.A common practice when developing applications is to store some configuration options as environment variables in a .env file (pronounced "dot-env"). You can...

View Article
Browsing all 3056 articles
Browse latest View live