Robokop
Robokop

Reputation: 31

Easy Admin 3. How to use one CRUD Controller for to write to 2 entities

EasyAdmin 3 (Symfony) Is it possible to use one CRUD Controller for write to one table and write some data to another table?

Upvotes: 0

Views: 4336

Answers (1)

Ahmed Ghiloubi
Ahmed Ghiloubi

Reputation: 401

Your question is not really specific but you can override any CRUD action you want as cited in the documentation and persist data to other entities if you need to. https://symfony.com/doc/current/EasyAdminBundle/crud.html#customizing-crud-actions

Upvotes: 0

Related Questions