SymfonyCon Vienna 2024: Green IT, Accessibility, GDPR: 360 Vision of...
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleA Week of Symfony #929 (14-20 October 2024)
This week, Symfony development activity focused on various bug fixes across all supported branches. Meanwhile, we published more blog posts about the new Symfony 7.2 features. Lastly, we shared more...
View ArticleNew in Symfony 7.2: WhenNot Attribute
Contributed by Alexandre Daubois in #57379 In Symfony 5.3, we introduced the #[When] attribute as a way to limit services to specific config environments: use...
View ArticleSymfonyCon Vienna 2024: Symfony Extensibility: Shopware's Lessons
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleNew in Symfony 7.2: Lazy Choice Loader
Contributed by Yonel Ceruto in #52503 The EntityType field defined by Symfony Forms allows you to represent all the values stored for some Doctrine Entity via a <select> HTML element or a...
View ArticleSymfonyCon Vienna 2024: Flawless collaboration between front and back developers
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleNew in Symfony 7.2: String Component Improvements
The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points, and grapheme clusters in a unified way. In Symfony 7.2 we've improved it with new features....
View ArticleSymfonyCon Vienna 2024: Platforms & Frameworks Eat Culture for Breakfast
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleNew in Symfony 7.2: Compound Constraint Improvements
The Compound constraint allows you to group other constraints into a single reusable constraint to apply the same validation in different parts of your application. For example, you can validate your...
View ArticleSymfonyCon Vienna 2024: An Unholy Bond: Harmonizing Dev and Marketing
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleNew in Symfony 7.2: Mailer and Notifier Integrations
Symfony provides many ready-to-use integrations with third-party services to send emails and notifications. From Google, Microsoft, and Amazon to smaller services available only in certain countries,...
View ArticleSymfonyCon Vienna 2024: Machine Learning Inference in PHP by example:...
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleSymfonyCon Vienna 2024: Bulletproofing for Black Friday
SymfonyCon Vienna 2024, our next annual international Symfony conference, will take place on: December 3 & 4: Two days of hands-on workshops to learn, practice, and enhance your skills in small...
View ArticleA Week of Symfony #930 (21-27 October 2024)
This week, the upcoming Symfony 7.2 version improved the translation extract command with a new option, added a StringNode to the Config component, and fixed ClockMock and DnsMock support with PHPUnit...
View ArticleSymfony 5.4.45 released
Symfony 5.4.45 has just been released. Here is the list of the most important changes since 5.4.44: bug #58669 [Cache] Revert "Initialize RedisAdapter cursor to 0" (@nicolas-grekas) bug #58649...
View ArticleSymfony 6.4.13 released
Symfony 6.4.13 has just been released. Here is the list of the most important changes since 6.4.12: bug #58669 [Cache] Revert "Initialize RedisAdapter cursor to 0" (@nicolas-grekas) bug #58649...
View ArticleSymfony 7.1.6 released
Symfony 7.1.6 has just been released. Here is the list of the most important changes since 7.1.5: bug #58669 [Cache] Revert "Initialize RedisAdapter cursor to 0" (@nicolas-grekas) bug #58649...
View ArticleSymfony 7.2.0-BETA1 released
Symfony 7.2.0-BETA1 has just been released. Here is the list of the most important changes since 7.1: feature #58467 [PhpUnitBridge] support ClockMock and DnsMock with PHPUnit 10+ (@xabbuh) feature...
View ArticleNew in Symfony 7.2: Improved Translation Extractor
Symfony provides the translation:extract command to extract all translatable content from Twig templates and PHP code (e.g. forms): # extracts all content that should be translated into Turkish # and...
View ArticleNew in Symfony 7.2: Desktop Notifications
Contributed by Ahmed Ghanem in #57683 The Symfony Notifier component allows you to notify users through channels like SMS messages, chat services, email messages, and push notifications on...
View Article