2lenet/easyadmin-plus-bundle
EasyAdminPlus provides a nested set viewer.
Configure the nested set entity with tree: true :
easy_admin:
entities:
Service:
class: App\Entity\Service
tree: true
disabled_actions: []
list:
EasyAdminPlus tree mode need only 3 field. lft, rgt and id. We don't need to be a gedmo nestedset Entity. But it is of course possible.
Thanks to http://ludo.cubicphuse.nl/jquery-treetable for the javascript part.
This plugin include the treetable, you don't need to include it.
How can I help you explore Laravel packages today?