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)
How can I make a form with multiple entities under symfony 5?
I have been blocked on my project for a long time trying to figure out how to do a multi-entity form in symfony 5. I looked at a big number of people having a problem like mine but I couldn't find any...
KevSIO
Votes: 0
Answers: 1
FOSRestBundle routes versioning
I wanted to implement versioning of endpoints for my project.. turns out the FOSRestBundle implementation is not quite clear so I wanted to implement like follow:
Symfony 5.4
FOSRestBundle 3
see below...

Kamel Mili
Votes: 0
Answers: 1
Decrypt data from database in my Index page with EasyAdminBundle3 and Symfony5
I create a service to encrypt and decrypt my data in my database.
So when I create a new Fiche or update one, I encrypt the name and the surname
Here my subscriber FicheEntitySubscriber :
class FicheE...
MrFireFerid
Votes: 0
Answers: 0