python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get base url on symfony 3.4 command
I'm trying to get the base url on a command to get localhost on local and the production url on producction but all the exmaples I found are using the reuqest object but I
don't have it on a command:
...
a_fr159
Votes: 0
Answers: 1
How to customize the display of "There is already an account with this" message in Twig
I'm trying to customize the display of this error message "There is already an account with this" in Twig.
This is the relevant code in the form class:
->add('cin', TextType::class, [
...

Nadim
Votes: 0
Answers: 2