Kategorie: Symfony
New in Symfony 7.1: Commands Improvements
Symfony includes many commands to perform common operations in your applications. In Symfony 7.1, we are improving some…
A Week of Symfony #907 (13-19 May 2024)
This week, the first release candidate version of Symfony 7.1 was published so you can test it in…
Symfony 7.1.0-RC1 released
Symfony 7.1.0-RC1 has just been released. Here is the list of the most important changes since 7.1.0-BETA1: bug…
SymfonyOnline June 2024: Using Git magic for the Symfony mono-repo
SymfonyOnline June 2024 is just around the corner and will start on: June 4-5: Workshop days. It is…
New in Symfony 7.1: Mailer and Notifier Integrations
Symfony provides many ready-to-use integrations with third-party services to send emails and notifications (via SMS, chat messages, or…
SymfonyOnline June 2024: Front-end application development, Symfony-style(s)
SymfonyOnline June 2024 is just around the corner and will start on: June 4-5: Workshop days. It is…
New in Symfony 7.1: Constraint Improvements
The Validator component was one of the most active components during the Symfony 7.1 development cycle. In addition…
SymfonyOnline June 2024: Announcement of workshops topics!
SymfonyOnline June 2024 is just around the corner and will start on: June 4 & 5th: Workshop days…
New in Symfony 7.1: New Dependency Injection Attributes
Symfony includes tens of PHP attributes so you can define metadata next to your code. In Symfony 7.1…
New in Symfony 7.1: Expanding UniqueEntity Constraint to Any PHP Class
Contributed by Wojciech Kania in #38662. In Symfony applications, the UniqueEntity constraint validates that some field (or fields)…