A Menu Builder and Manager Module for Laravel
Don't forget to publish the public resources
php artisan vendor:publish --tag=menumaker
Build any menu and have access to it globally to use in any view. Use a drag and drop interface to arrange and create menu items as needed. An optional 'Role' selector is used if the Laravel project has Roles and Permissions (spatie/laravel-permission) and makes complete use of Laravel Menu (lavary/laravel-menu).