python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create different the authentication error message in Symfony 5.4?
By default, it shows error "Invalid credentials.". I've already seen answers like "Go to translations, create security.en.yaml and type this:
# translations/security.en.yaml
'Invalid cr...
Alexander
Votes: 0
Answers: 1
Symfony 4 how to create multiple forms for an array of entities the most efficient way
I have a table displaying users, users is an array of User entities which then displays details in a loop in a html table in twig.
For each row i need an editable comments field for each user, i'm not...
noname
Votes: 0
Answers: 0
The CSRF token is invalid. Please try to resubmit the form. Symfony 4 with php-fpm7.4
When I submit a form I get the following error:
"The CSRF token is invalid. Please try to resubmit the form."
It does not always happen, sometimes it is sent correctly, but no type of error ...
milayton Cosmo
Votes: 0
Answers: 0
Parse a PDF file using PHP at certain keywords and split it into multiple PDF files
I'd like to be able to parse a PDF file using PHP and symfony 4 framework using certain keywords and split it into multiple PDF files at the keywords searched for.
I did some research and I found a lo...
molyyy
Votes: 0
Answers: 0