laravel-menus
laravel-menus copied to clipboard
Laravel Menu Management
Made MenuBuilder items also hide-able in the event an entire section needed to be hidden. Dropdowns would still be like in sections of "Admin" with just empty links.
composer require nwidart/laravel-menus -W Using version ^7.0 for nwidart/laravel-menus ./composer.json has been updated Running composer update nwidart/laravel-menus --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not...
how can i hide menu item from the user by spatie/laravel-permissions system
`Class 'Menu' not found in {dir}\config\support\menus.php.` In the file `{dir}\config\support\menus.php`, I added the following code: ``` return \Menu::create('sidebar', function ($menu) { $menu->setPresenter(NavbarPresenter::class); $menu->header('MAIN NAVIGATION'); $menu->url('home', 'Home', ['target' => 'blank'], ['icon'...
Installation failed, does anyone has solution on this? Thanks in advance if you have solution. Your requirements could not be resolved to an installable set of packages. Problem 1 -...
I made a MenuPresenter with Bootstrap 4 [SidebarMenuPresenter.txt](https://github.com/nWidart/laravel-menus/files/4208257/SidebarMenuPresenter.txt)
Hi, https://blackrockdigital.github.io/startbootstrap-modern-business/ As you can see in the Bootstrap 4 menu, the first lavel of link has the class "nav-link". For example `About ` In the second level the class...
how to remove Menu items dynamically