caffeinated / menus

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

Use sortBy while append items to menu #53

Closed asaf050 closed 9 years ago

asaf050 commented 9 years ago

Hey, I build the menu from several places and using Menu::get for add items to my menu. But when I do that I can't sort the menu.

How should I sort the menu anyway? Thanks

kaidesu commented 9 years ago

Simply call sortBy after you add new items to your menu.