menus
menus copied to clipboard
:pushpin: Menu generator package for the Laravel framework
Can you please add support for Laravel 8. Thanks!!
Got this error: > ErrorException in Menu.php line 90: > Trying to access array offset on value of type null Laravel version: 5.2
after installing tymon/jwt i've got this problem
Hi I upgrade laravel to version 6 and now I am getting **Call to undefined method asUl nav.blade.php** I have in my composer.json "caffeinated/menus": "^4.0",. and this for the blade...
Hello! As soon as I enable ssl on my production server, the active link detection bugs out. First level links do fine, but everything below does not get recognized for...
I'm a bit perplexed with regards to your recent releases in which you chose to drop the LaravelCollective-dep. Removing deps is all well and good, but gouging out two of...
Hi, any idea when the 5.6 support is coming?
Herewith adding option to add icon in span to support other custom theme.
How do i get only icon. I have to put it in span.
## This will allow changing of prepended value. ```blade @include('layouts.site-menu', ['items' => $siteMenu->roots()]) ``` or ```blade @include('layouts.site-menu', ['items' => $menuSiteMenu->roots()]) ``` Instead of ```blade @include('layouts.site-menu', ['items' => $menu_siteMenu->roots()]) ``` Now...