caffeinated / menus

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

Menu attributes #51

Open Arkitecht opened 9 years ago

Arkitecht commented 9 years ago

There is documentation for adding attributes to menu items, but how about the menu parent element? I tried doing a $menu->attribute, but that did not work.

I would like to add class names to the

Arkitecht commented 9 years ago

Nevermind, I see now in the code that $menu->asUl takes an attributes parameter. Perhaps this should be included in the docs somewhere.