conttas / laravel-menu
Menu and sidebar management package for Laravel.
1.0.11
2020-07-10 13:32 UTC
Requires
- php: >=7.1
- illuminate/config: >=5.5
- illuminate/support: >=5.5
- illuminate/view: >=5.5
- laravelcollective/html: >=5.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
- mockery/mockery: >=1.0
- orchestra/testbench: >=3.8
- phpunit/phpunit: >=7.0
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 conttas/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.
Credits
License
The MIT License (MIT). Please see LICENSE for more information.