New in Symfony 5.1: Simpler logout customization
Contributed by Wouter De Jong in #36243.A few months ago we started a massive effort to improve the entire Symfony Security component and its integration with the rest of the Symfony framework. We're...
View ArticleJoin us tomorrow at the SymfonyLive Online conference
Not yet registered to tomorrow's SymfonyLive Online conference? Join us on Friday April 17th 2020 to learn from the best experts of Symfony during an Online conference in English with 2 talks of 40...
View ArticleNew in Symfony 5.1: Remote asset manifest
Contributed by Jérôme Tamarelle in #35762.Webpack Encore is a pure-JavaScript library developed by Symfony as a simpler way to integrate Webpack into your application. When building assets, Webpack...
View ArticleA Week of Symfony #694 (13-19 April 2020)
This week Symfony celebrated a new edition of its SymfonyLive Online Conference. Talks focused on the Symfony Notifier component and the PHP class preloading in Symfony applications. In addition, the...
View ArticleSymfonyLive Paris 2020: new dates for the French conference
The SymfonyLive Paris 2020 initially scheduled on March 26-27 2020 has been postponed due to the Coronavirus (Covid-19) situation to September 23rd-24th 2020. As the conference is organized in French,...
View ArticleNew in Symfony 5.1: Different hosts per locale
Contributed by Olivier Dolbeau in #36187.Symfony 4.1 added internationalized routing to allow defining different URLs per locale. In Symfony 5.1 we've improved this feature to also allowdifferent...
View ArticleNew in Symfony 5.1: Simpler service decoration
Contributed by Nicolas Grekas in #36389.Service decoration is used in Symfony applications to change the behavior of some service without replacing it entirely. To do that, you need to inject the...
View ArticleSymfonyLive Online conference replay
About 900 people attended the second edition of the SymfonyLive Online conference on April 17th 2020. What a success! We’re super pleased of the Symfony community interest in this new conference...
View ArticleLast days of early bird registration for SymfonyCon Disneyland Paris 2020
Join us next December from 1st to 5th for the international Symfony conference in Disneyland® Paris! The early bird registration is open until Monday, April 27th 2020 midnight, Paris time. Book your...
View ArticleNew in Symfony 5.1: Abstract service arguments
Contributed by Islam Israfilov in #35076.Sometimes, when defining services in your Symfony applications, there are arguments that can't be added in config files. The reason is that their values can...
View ArticleNew in Symfony 5.1: Improved Microkernel
Contributed by Nicolas Grekas in #34881.Symfony can be used as a microframework since Symfony 2.8. In fact, you can create fully working Symfony applications in a single file thanks to...
View ArticleCall for Papers and Early Bird registration deadlines for all upcoming...
Every year, we’re organizing several conferences in different countries about Symfony and its ecosystem. Our main objective is to enable the Symfony community to meet in real and share their experience...
View ArticleA Week of Symfony #695 (20-26 April 2020)
This week, Symfony added support for different hosts per locale in routes, introduced a new syntax to stack decorators and improved security to make authenticators first-class security. Meanwhile,...
View ArticleNew in Symfony 5.1: Stack decorators
Contributed by Nicolas Grekas in #36373.Middleware is computer software that separates two or more APIs and provides services such as rate-limiting, authentication, and logging. In Symfony you can...
View ArticleEarly bird registration for SymfonyCon Disneyland Paris 2020 ends today
We invite the Symfony community to take part in our offline events organized at the end of the year. As announced last week, we have several deadlines coming today!It's the very last day today April...
View ArticleNew in Symfony 5.1: New and Improved Integrations
Symfony components provide integration with other technologies (Redis, Doctrine, Sodium, etc.) and third-party services (Google, Mailgun, Slack, etc.) In Symfony 5.1 we've updated several components to...
View ArticleSymfony 3.4.40 released
Symfony 3.4.40 has just been released. Here is a list of the most important changes:bug #36566 [PhpUnitBridge] Use COMPOSE _BINARY env var if available (@fancyweb)bug #36560 [YAML] escape DEL(x7f)...
View ArticleSymfony 4.4.8 released
Symfony 4.4.8 has just been released. Here is a list of the most important changes:bug #36536 [Cache] Allow invalidateTags calls to be traced by data collector (@l-vo)bug #36566 [PhpUnitBridge] Use...
View ArticleSymfony 5.0.8 released
Symfony 5.0.8 has just been released. Here is a list of the most important changes:bug #36536 [Cache] Allow invalidateTags calls to be traced by data collector (@l-vo)bug #36566 [PhpUnitBridge] Use...
View ArticleNew in Symfony 5.1: URI Resolver
Contributed by Grégoire Pineau in #35415 and #35667.The DomCrawler component eases DOM navigation for HTML and XML documents. Most developers use it in the functional tests of their Symfony...
View Article