Menu and sidebar management package for Laravel
agenter-labs/laravel-menu is a Laravel package for menu and sidebar management package for laravel.
It currently has 0 GitHub stars and 315 downloads on Packagist (latest version 1.0.13).
Install it with composer require agenter-labs/laravel-menu.
Discover more Laravel packages by agenter-labs
or browse all Laravel packages to compare alternatives.
Last updated
This package intends to create and manage menus and sidebars for your Laravel app. It ships with ready-to-go presenters and you can create your own ones.
Run the following command:
composer require akaunting/laravel-menu
Service provider and facade will be registered automatically. If you want to register them manually in config/app.php:
Akaunting\Menu\Facade::class,
Akaunting\Menu\Provider::class,
Publish config file.
php artisan vendor:publish --tag=menu
You can change the configuration from config/menu.php file
Check out the wiki about the usage and further documentation.
Please see Releases for more information what has changed recently.
Pull requests are more than welcome. You must follow the PSR coding standards.
The MIT License (MIT). Please see LICENSE for more information.