caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

Feature Request: Menu::group(); #52

Open EselDompteur opened 9 years ago

EselDompteur commented 9 years ago

I appreciate to see these functionality like Route::group() :)

Do you plan something like this ?

kaidesu commented 9 years ago

Have an example in mind of how it would be utilized?

happyDemon commented 9 years ago

I think he means to have this as an easy way to define sub-items.

Adding a group method that gets the item instance assigned as sole parameter wouldn't be too hard to do I think.