spatie / laravel-menu

Html menu generator for Laravel
https://freek.dev/414-a-modern-package-to-generate-html-menus
MIT License
923 stars 82 forks source link

Add items from packages/ multiple places #140

Closed nasirkhan closed 1 year ago

nasirkhan commented 1 year ago

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?