squipix / laravel-menus
Laravel Menu management
3.0.1
2026-03-17 23:58 UTC
Requires
- php: ^8.2
- illuminate/config: ^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/view: ^8.0|^9.0|^10.0|^11.0|^12.0
- squipix/html: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16|^3.0
- mockery/mockery: ^1.6
- orchestra/testbench: ^8.0 || ^9.0 || ^10.0
- phpunit/phpunit: ^10.5 || ^11.0
This package is auto-updated.
Last update: 2026-04-18 00:10:37 UTC
README
# Laravel Menus This package is a fork and drop-in replacement for nWidart/laravel-menus that adds support for Laravel 9, 10, 11, 12 | **Laravel** | **laravel-menus** | |---|---| | 5.4 | ^0.5 | | 5.5 | ^1.0 | | 5.6 | ^2.0 | | 5.7 | ^3.0 | | 5.8 | ^4.0 | | 6.0 | ^5.0 | | 8.0 | ^7.0 | | 9.0 | master | | 10.0 | master | | 11.0 | master | | 12.0 | master | `Squipix/laravel-menus` is a laravel package which created to manage menus. It has a feature called presenters which enables easy styling and custom structure of menu rendering. ## Documentation Local documentation is provided in the `docs/` directory. Start here: - [Overview](docs/overview.md) - [Installation](docs/installation.md) - [Usage & Examples](docs/usage.md) - [Presenters & Customization](docs/presenters.md) The original online documentation is still available at https://Squipix.com/laravel-menus/. ## Credits - [Nicolas Widart](https://github.com/nwidart) - [gravitano](https://github.com/gravitano) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.