My model is implemented using Doctrine’s Nested Set behaviour. It’s a simple hierarchical model where Categories have Sub-categories that in turn have Items.
Is there a plugin, or a pattern I can implement that will generate the navigation for me, starting from the schema.yml? I am thinking of a fully-fledged solution, with detection of current page / module, taking into account user privilege, probably supporting javascript and surely CSS.
A fellow SOer mentioned here that a CMS layer such as Apostrophe is to be used. Overkill?
ioMenuPlugin is the best menu plugin I could find. Period.
I’d try to “translate” your nested set structure into ioMenuPlugin’ items or try to migrate it to ioDoctrineMenuPlugin.