New in Symfony 5.3: Config Builder Classes
Symfony 5.3 will be released in May 2021. This is the first article of the series that shows the most important new features introduced by this Symfony version. Contributed by Tobias Nyholm in...
View ArticleSymfonyLive Online Spanish Edition 2021 se acerca, inscríbete en la conferencia
Recientemente anunciamos la primera y segunda partes del programa de la conferencia SymfonyLive Online Spanish Edition 2021 que se organizará el 7 de mayo. También anunciamos todos los ponentes...
View ArticleNew in Symfony 5.3: Negatable Command Options
Contributed by Greg Anderson and Jérémy Derussé in #39642.In some console commands it’s common to define two related options with opposite behaviors. For example, the default options applied to all...
View ArticleNew in Symfony 5.3: Tailwind CSS Form Theme
Contributed by Kevin Bond in #40449.Tailwind CSS is the most popular utility-first CSS framework. Its unique (and odd-looking at first) philosophy is making it a resounding success and it’s reshaping...
View ArticleÚltimos días para inscribirte en los talleres de SymfonyLive Online Spanish...
Estamos encantados de organizar la primera conferencia oficial de Symfony en español 100% online, SymfonyLive Online Spanish Edition 2021, la próxima semana el 7 de mayo. Si todavía no conoces el...
View ArticleNew in Symfony 5.3: PasswordHasher Component
Contributed by Robin Chalas in #39802.Hashing passwords is the process of applying a cryptographic hash function to transform the original plain text password into a different non-guessable value...
View ArticleNew in Symfony 5.3: Form Handler Helper
Contributed by Kévin Dunglas in #40799.The recommended way of processing Symfony forms is to use a single action for both rendering the form and handling the form submit.This is how it looks in...
View ArticleSymfony 4.4.22 released
Symfony 4.4.22 has just been released. Here is a list of the most important changes:bug #40993 [Security] [Security/Core] fix checking for bcrypt (@nicolas-grekas)bug #40923 [Yaml] expose references...
View ArticleSymfony 5.2.7 released
Symfony 5.2.7 has just been released. Here is a list of the most important changes:bug #41008 [Security] Do not try to rehash null-passwords (@tjveldhuizen)bug #40993 [Security] [Security/Core] fix...
View ArticleSymfony 5.3.0-BETA2 released
Symfony 5.3.0-BETA2 has just been released. Here is a list of the most important changes:feature #41002 [FrameworkBundle][HttpKernel] Move IDE file link formats from FrameworkExtension to...
View ArticleA Week of Symfony #748 (26 April - 2 May 2021)
This week, Symfony 4.4.22 and 5.2.7 maintenance versions were published. In addition the second beta of Symfony 5.3 was released and we started publishing the New in Symfony 5.3 blog posts to showcase...
View ArticleNew in Symfony 5.3: Improvements for Security Users
Renamed User to InMemoryUser¶ Contributed by Robin Chalas in #40443.In Symfony applications, the memory user provider allows to create users (and define their credentials) in a configuration file which...
View ArticleNew in Symfony 5.3: UID Improvements
The UID Component was introduced in Symfony 5.1 as an experimental feature to help you generate and work with UIDs (universally unique identifiers) such as UUIDs and ULIDs. In Symfony 5.3 this...
View ArticleNos vemos este viernes para el SymfonyLive Online Spanish Edition 2021
Estamos encantados de veros por fin este viernes para la primera conferencia SymfonyLive Online Spanish Edition 2021 que se organizará el 7 de mayo. Se trata de la primera conferencia oficial de...
View ArticleNew in Symfony 5.3: Session Service Deprecation
Contributed by Jérémy Derussé in #38616.In Symfony applications you can access the session via the session service or its SessionInterfaceautowiring alias. This is convenient, but it’s technically...
View ArticleNew in Symfony 5.3: Improved Debug Commands
Debug console commands are one of the key parts of the Symfony debugging experience. In Symfony 5.3 we improved them with new features and new commands.Debug Events by Event Dispatcher¶ Contributed by...
View ArticleNo te pierdas mañana la conferencia SymfonyLive Online Spanish Edition 2021
Nos vemos mañana, 7 de mayo, para la primera conferencia SymfonyLive Online Spanish Edition 2021: 1 día, 2 tracks con 11 charlas. Se trata de la primera conferencia oficial de Symfony en español 100%...
View ArticleNew in Symfony 5.3: Configure Multiple Environments in a Single File
Contributed by Nicolas Grekas in #40214 and #40782.Symfony defines different configuration environments so you can change your application behavior depending on where it’s run (e.g. locally in your...
View ArticleA Week of Symfony #749 (3-9 May 2021)
This week, Symfony development activity focused on polishing Symfony 5.3 for its upcoming release and fixing some of the bugs reported for it. In addition, Symfony celebrated the SymfonyLive Online...
View ArticleSymfony 5.3.0-BETA3 released
Symfony 5.3.0-BETA3 has just been released. Here is a list of the most important changes:feature #40947 [Translation] Added Crowdin Translation Provider (@andrii-bodnar)bug #41132 [Runtime] don’t...
View Article