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.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see LICENSE for more information.