Im pretty new in symfony. Now i have new project an i need a advice, what technlogy to choose. I spotted, that symfony4 almost all demos installs easy_admin and it looks like good choice. But now for few days im struggling with some issues and lack of documentation, information. So i want to know - is my idea possible in easy admin in easy way (not writing almost everythong custom) and i just cannot find proper documentation or i need to chose another solution (any suggestions?)
So i have database with one table, which have more than 10 related tables. When i create new base entity i want to add all related entities in one window. And exactly add, not chose from already prepared, because i need to done job in one form, not move between more than 10 forms to make one record (customer doesnt care about relations). Maye i can create base record and on edit add all related entities. And related entities can be almost every type - OneToOne OnetoMany ManytoMany.
So i really need advice, how this job can be done, because i tried multiple ways in relations and i can only choose from already inserted records, but cannot add new. All related entities have multiple input fields - it needs full form generated.