akaunting / menu
Menu and sidebar management package for Laravel
Installs: 103 983
Dependents: 0
Suggesters: 0
Security: 0
Stars: 30
Watchers: 6
Forks: 12
Open Issues: 0
Requires
- php: ^8.0
- illuminate/config: ^9.0|^10.0
- illuminate/support: ^9.0|^10.0
- illuminate/view: ^9.0|^10.0
- laravelcollective/html: ^6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.12
- mockery/mockery: ^1.5
- orchestra/testbench: ^7.4|^8.0
- phpunit/phpunit: ^9.5
README
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.
Getting Started
1. Install
Run the following command:
composer require akaunting/laravel-menu
2. Register
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,
3. Publish
Publish config file.
php artisan vendor:publish --tag=menu
4. Configure
You can change the configuration from config/menu.php
file
Usage
Check out the wiki about the usage and further documentation.
Changelog
Please see Releases for more information what has changed recently.
Contributing
Pull requests are more than welcome. You must follow the PSR coding standards.
Security
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see LICENSE for more information.