Relative Content

Tag Archive for phpsymfonyflashtwig

Display flash messages with Symfony

My flash messages don’t display on Symfony 6. I don’t know why. I’d like to display an error message when my user registers incorrectly (e-mail already taken, password and confirmation not identical, invalid username). In the logs, I can see that it works fine, I see that it doesn’t validate because password and confirmation are not identical when I test, but there’s no error message, which should be there thanks to “include”.