
News
Aggregated news about Symfony

Symfony Blog
·
This week, the first release candidate version of Symfony 7.1 was published so you can test it in your own projects before the stable release in two weeks. Meanwhile, we continued...

Symfony on Medium
·
Symfony Station Communiqué — 17 May 2024: A look at Symfony, Drupal, PHP, Cybersec, and Fediverse…

Symfony Blog
·
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 #54970 [DependencyInjection] Process PHP configs using the ContainerConfigurator...

Symfony Blog
·
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 possible to attend 1 two-day training or 2 one-day trainings!
June 6-7: Online...

Symfony Blog
·
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 push notifications).
From Google, Microsoft,...

Symfony Blog
·
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 possible to attend 1 two-day training or 2 one-day trainings!
June 6-7: Online...

JoliCode blog - Symfony
·
Ajouter un champ de texte statique dans un formulaire EasyAdmin
EasyAdmin est un bundle Symfony qui permet de générer rapidement des interfaces d'administration pour votre application. Il propose de nombreux outils pour répondre aux besoins...

Symfony Blog
·
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 to the new MacAddress and Charset constraints
and the improved UniqueEntity...

Symfony Blog
·
SymfonyOnline June 2024: Announcement of workshops topics!
SymfonyOnline June 2024 is just around the corner and will start on:
June 4 & 5th: Workshop days to learn and practice in a friendly atmosphere and small groups
June 6 &...

Symfony on Medium
·
How To Hire Symfony Developers: A Step-By-Step Guide

Symfony Blog
·
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 we've added some new attributes and in this article
we'll showcase two...

Symfony Blog
·
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) in a Doctrine entity...

Symfony Blog
·
SymfonyLive Berlin 2024: Last days to enjoy the late registration rate!
Get ready for the exciting SymfonyLive Berlin 2024 conference taking place on June 20 and 21 at Cinema Cubix AlexanderPlatz, Berlin.
Last days to register!
Next Wednesday, May 15th,...

Symfony Blog
·
New in Symfony 7.1: Improved Access Token Authenticator
In Symfony 6.2 we introduced an Access Token Authenticator capable of fetching
RFC6750 compliant tokens and retrieving the associated user identifier. Symfony 7.1
enhances this feature...

Symfony Blog
·
A Week of Symfony #906 (6-12 May 2024)
This week, Symfony continued tweaking and polishing the new features of Symfony 7.1, which will be released at the end of May 2024. Meanwhile, we published some blog posts showcasing...

Symfony on Medium
·
Symfony Station Communiqué — 10 May 2024. A look at Symfony, Drupal, PHP, and Fediverse News!

Symfony on Medium
·
Symfony’s Route Attribute Mapping{foo:bar}: A Shortcut to Smoother Routing

Symfony Blog
·
SymfonyLive Berlin 2024: Cancellation of workshops
SymfonyLive Berlin 2024 is just around the corner and will start on June 20-21. Get ready for the impressive lineup of speakers and topics. Visit here to more details and don't...

Symfony Blog
·
New in Symfony 7.1: WebProfiler Improvements
Contributed by Javier Eguiluz
in #54420,
#54423
and #53885.
The Symfony profiler is a debugging tool that provides detailed information…

Symfony Blog
·
New in Symfony 7.1: MapUploadedFile Attribute
Contributed by Renê Lima
in #49978.
In Symfony 6.3 we introduced a way to map Request data to typed objects. We've
improved and expanded that feature...