https://github.com/hexadog/laravel-menus-manager
Dynamic hierarchical Menus Management for your Laravel application
https://github.com/hexadog/laravel-menus-manager
blade-components dynamic-menus laravel laravel-menu laravel-menu-manager laravel-menus laravel-package menu menu-hierarchy menu-item menu-management menu-manager menu-tree menus menus-manager multi-level-menu multi-level-tree-menu
Last synced: 21 days ago
JSON representation
Dynamic hierarchical Menus Management for your Laravel application
- Host: GitHub
- URL: https://github.com/hexadog/laravel-menus-manager
- Owner: hexadog
- License: mit
- Created: 2020-10-18T11:15:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T13:31:10.000Z (about 1 year ago)
- Last Synced: 2025-03-25T08:38:18.579Z (about 1 month ago)
- Topics: blade-components, dynamic-menus, laravel, laravel-menu, laravel-menu-manager, laravel-menus, laravel-package, menu, menu-hierarchy, menu-item, menu-management, menu-manager, menu-tree, menus, menus-manager, multi-level-menu, multi-level-tree-menu
- Language: PHP
- Homepage: https://laravel-menus-manager.netlify.app/
- Size: 144 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
hexadog/laravel-menus-manager
is a Laravel package to ease dynamic menus management.## Installation
This package requires PHP 7.3 and Laravel 7.0 or higher.To get started, install Menus Manager using Composer:
```shell
composer require hexadog/laravel-menus-manager
```The package will automatically register its service provider.
## Documentation
You can find the full documentation [here](https://laravel-menus-manager.netlify.app)## Credits
- This package is inspired by the work of [rinvex/laravel-menus](https://github.com/rinvex/laravel-menus)
- Logo made by [DesignEvo free logo creator](https://www.designevo.com/logo-maker/)## License
Laravel Menus Manager is open-sourced software licensed under the [MIT license](LICENSE).