Reputation: 31
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
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