https://github.com/akaunting/laravel-menu
Menu and sidebar management package for Laravel
https://github.com/akaunting/laravel-menu
akaunting laravel menu navigation php sidebar
Last synced: 3 months ago
JSON representation
Menu and sidebar management package for Laravel
- Host: GitHub
- URL: https://github.com/akaunting/laravel-menu
- Owner: akaunting
- License: mit
- Created: 2019-04-11T09:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T12:45:34.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T05:58:55.561Z (3 months ago)
- Topics: akaunting, laravel, menu, navigation, php, sidebar
- Language: PHP
- Homepage: https://akaunting.com
- Size: 70.3 KB
- Stars: 38
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Menu and sidebar management package for Laravel


[](https://styleci.io/repos/180763610)
[](LICENSE.md)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:
```bash
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`:
```php
Akaunting\Menu\Facade::class,
Akaunting\Menu\Provider::class,
```### 3. Publish
Publish config file.
```bash
php artisan vendor:publish --tag=menu
```### 4. Configure
You can change the configuration from `config/menu.php` file
## Usage
Check out the [wiki](../../wiki) about the usage and further documentation.
## Changelog
Please see [Releases](../../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](https://github.com/akaunting/laravel-menu/security/policy) on how to report security vulnerabilities.
## Credits
- [Denis Duliçi](https://github.com/denisdulici)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.