doctrine2 - How to setup a custom form/page within EasyAdminBundle -


i have been able build simple crud app project using symfony easyadminbundle , has worked great normal entity based use cases. have additional use cases though want things rebuilding data. these have capture request attributes, pass on controller , delegate backend api call remote service.

this can done in symfony running trouble how wire easyadmin view/method of working. ideally want page inside easy admin , not lose left menu etc. far, way have found create model class using 1 of existing tables has properties need drive api. override controller actions rather default save, handle against remote api.

the problem approach bound doctrine entities , problematic requests not mappable database.

is there way define logical entity let me leverage associations can have lookups etc, wire bundle seamlessly, not tied backend database table or view?

i'd solve problem creating custom action as explained here (probably want route-based action) , use template extends @easyadmin\default\layout.html.twig or other default template similar want achieve.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -