simplepleb / menumaker-module
Dynamic menu builder and generator
Installs: 26
Dependents: 0
Suggesters: 7
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:laravel-module
Requires
- lavary/laravel-menu: ^1.7
- nwidart/laravel-modules: ^8.0
Suggests
- joshbrw/laravel-module-installer: Makes installing and updating modules simple
- simplepleb/article-module: Complete article post and category module
- simplepleb/comment-module: Add comments to site content
- simplepleb/content-module: Manage site content and front-facing pages
- simplepleb/modulemanager-module: Manage modules easily
- simplepleb/tag-module: Add tags and taggables to content
- simplepleb/thememanager-module: Manage themes for front-facing and admin panels
- simplepleb/themes: A library of starter themes for your laravel project
- spatie/laravel-permission: To be able to set menu items by role and permissions
This package is auto-updated.
Last update: 2025-03-11 20:32:45 UTC
README
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).