I installed and added a menu in one of my applications. I add the menu from a Blade Component. I have a number of packages and I want to add items to the same menu if they are installed.
Example Case
I created a Top Nav menu as Blade Component. I have a Blog package. If I install that package a menu item needs to be displayed in Top Nav which I created earlier.
Is is possible to add items to menus from multiple places? if so, how can I do that?
I installed and added a menu in one of my applications. I add the menu from a Blade Component. I have a number of packages and I want to add items to the same menu if they are installed.
Example Case
I created a
Top Nav
menu as Blade Component. I have aBlog
package. If I install that package a menu item needs to be displayed inTop Nav
which I created earlier.Is is possible to add items to menus from multiple places? if so, how can I do that?