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

How do i overwrite the default icon wapper? I want to add some class to the icon before adding font-awesome

Add changes for comptable with vue-router `Menu::create('management', function($menu) { $menu->dropdown('core::core.management', function ($sub) { $sub->url('profile', 'Design', ['icon' => 'far fa-circle nav-icon', 'vue' => true]); },[ 'icon' => 'nav-icon fas fa-cogs green'...

Change method PresenterInterface `public function getChildMenuItems(MenuItem $item);` I have new class MenuItem with new type items but extends Presenter get error compatible class

I fix this, but i have not permission to push.

I get this error when calling Menu::create Non-static method Nwidart\Menus\Menu::create() should not be called statically create method truly is non static, what am I doing wrong? I just followed the...

i your document no description about admin manager . do this templete vendor run like asgard ?

There is some rendering code left in MenuItem. That should belong in presenters. For instance: getIcon getAttributes

Method `hasChilds` is improperly named. It should be named `hasChildren`.

Is it possible to make Mega Menu with this package???