Is there a build in way to create a menu/menu items (FRONT-END!) during installation of a component?
This is not about the .xml file in the tmpl folder!. What I'm after is to have a Joomla 3 menu (plus menu items to my views) ready to use after I installed my component.
I know I could write some SQL and insert directly into the Menu / Menu_item tables. But that doesn't feel right. With all the setup option available it seem strange not to have the option to crate a front-end menu.
What I mean with option is: in the manifest file I can use within the administrator section to create my back-end menu, which is stored in the same db table (different type). But I can not do the same for the front-end?
If I must use the SQL approach, when/where/how? Or do I have to write/install a plugin to achieve this?
Regards
Andreas