caffeinated / menus

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

Add the ability to search in data attribute #92

Closed d3v2a closed 7 years ago

d3v2a commented 7 years ago
$menu->add('Blog home', 'blog')->data('name','blog' );

then to find this menu

$menu->whereName('blog')