An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



Latest Stable Version


CircleCI Build


Total Downloads


License

## 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).