Symfony meetup organized in India for the first time!
Join the Indian Symfony community for the first Symfony meetup in India on December 15th 2018!
Become a speaker of the SymfonyLive Paris 2019 conference!
The CFP for the French SymfonyLive Paris 2019 conference is open until December 17th (included). Submit your talk proposals and become a speaker, this year it will be Symfo-tastic!
Black Friday deals from the Symfony ecosystem!
4 great deals for Black Friday 2018 are waiting for you on: SymfonyCasts, Symfony and Twig certifications, SymfonyInsight and Blackfire! Enjoy!
Save the date: the SymfonyLive conference arrives in Lille, France!
Join us for the first SymfonyLive conference in Lille, France, on March 1st 2019!
Improvements to the Handling of .env Files for all Symfony Versions
Some recent recipe changes have made the .env loading system more flexible! Updating your app to take advantage of these changes is optional, but available to any app built on Symfony Flex.
New in Symfony 4.2: Profiler log filter
In Symfony 4.2 the log panel in the Profiler allows to filter messages by priority and channel.
New in Symfony 4.2: Cache stampede protection
Symfony 4.2 adds cache stampede protection applying a probabilistic early expiration mechanism to protect your applications under very high load.
New rule emphasizing the importance of SOLID principles
You should use interfaces instead of classes in your projects typehints.
New in Symfony 4.2: Clear form errors
Symfony 4.2 adds a new clearErrors() method to allow you remove errors after the form has been validated.
Scholarship program and its fundraising are open at SymfonyCon Lisbon 2018
We're very pleased to launch our scholarship program for SymfonyCon Lisbon 2018! We're also launching a fundraising campaign to finance the scholarship program, check here all the details!
New in Symfony 4.2: Translation related improvements
Symfony 4.2 includes several improvements related to translations, such as fallback routes, identity translators and support for ICU parent locales.
Another 3 top reasons to join us at SymfonyCon Lisbon 2018!
Less than a month before SymfonyCon Lisbon 2018! If you're not registered yet, find out 3 more top reasons to join us there and be part of the international Symfony event of the year!
New in Symfony 4.2: Detailed security voters decisions
In Symfony 4.2, the Symfony Profiler shows all the details about security voter decisions, to make things easier to debug.
Encore 0.21.0: Webpack 4 Support, Copy Files Support, WebpackEncoreBundle
Webpack Encore 0.21.0 is now available! With support for Webpack 4, copying files, browserslist, and a new WebpackEncoreBundle, it's the best Encore ever.
New in Symfony 4.2: addLink() shortcut
Symfony 4.2 adds a new AbstractController::addLink() shortcut so you can add Link HTTP headers more easily when using HTTP/2 and the WebLink component.