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 to configure a Translatable Entity in EasyAdmin?
I'm using Translatable and EasyAdmin in a Symfony 5 project and I have configured 2 languages.
The issue is I need to be able to edit the different languages of a record in EasyAdmin, I have checked t...

Kerrial Newham
Votes: 0
Answers: 1
How to display OneToMany relationship in list/search view EasyAdminBundle 2x?
I use EasyAdminBundle 2x and Symfony 4.4. I have two entities:
UserCase entity:
/**
* @ORM\OneToMany(targetEntity="App\Entity\MyReports", mappedBy="userCase")
*/
...
Nguyen Nhut Tien
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
Add tag in a list with CollectionField in EasyAdmin
My tags and User entities are in ManyToMany's relation. In easyAdmin (edit page) I want to add a tag from a list so this is how I did in my UserCrudController :
yield CollectionField::new('tags', 'Aj...
Micka Bup
Votes: 0
Answers: 0