laravel-menus icon indicating copy to clipboard operation
laravel-menus copied to clipboard

Laravel Menu Management

Results 34 laravel-menus issues
Sort by recently updated
recently updated
newest added

Hi @nWidart , I am working on theme sidebar, but I am unable to get the menu in sidebar. Let's see an example: I have main Menu with 5 parents...

Preparing laravel-menus 8.0 with support of laravel 9

Laravel 10 Support

I'm searching for a practical way to use the $menuitem->hideWhen property 1) Each menu item to be shown or hidden does not appear to be passed to the hideWhen function...

Can now pass in properties for parent menu item in dropdown() instead of just title, order and attributes. That way, the parent menu item can link to somewhere as well....

if three arguments are passed in to dropdown(), code was assuming that 3rd arguments is attributes and assigning the $order parameter to $attributes. When there are three arguments, 3rd argument...

There appears to be a bug in dropdown(). If only $order, but not $attributes is passed in, the index 2 is incorrect for attributes and $attributes will end up having...

Hi. Is there a way to make the top of the submenu a link as well? I don't see any parameters to make the top of the menu a link...