spatie/laravel-menu
Html menu generator for Laravel
Maintainers
Fund package maintenance!
Requires
- php: ^8.0
- illuminate/auth: ^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/contracts: ^8.71|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^8.71|^9.0|^10.0|^11.0|^12.0|^13.0
- spatie/menu: ^3.0
Requires (Dev)
- fakerphp/faker: ^1.9
- orchestra/testbench: ^6.23|^7.0|^8.0|^9.0|^10.0|^11.0
- pestphp/pest: ^1.22|^2.34|^3.7|^4.0
- phpunit/phpunit: ^9.4|^10.5|^11.5.3|^12.5.12
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT ae3e543715679cd39384476db17828b948c310fa
- Sebastian De Deyne <sebastiandedeyne.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-02 06:36:08 UTC
README
Fluent interface to build HTML menus in Laravel
👁 Latest Version on Packagist
👁 Software License
👁 Test Status
👁 Code Style Status
👁 Total Downloads
This is the Laravel version of our menu package, adding some extras like convenient methods for generating URLs and macros.
Documentation is available at https://spatie.be/docs/menu.
Upgrading from version 1? There's a guide for that!
Menu::macro('main', function () { return Menu::new() ->action('HomeController@index', 'Home') ->action('AboutController@index', 'About') ->action('ContactController@index', 'Contact') ->setActiveFromRequest(); });
<nav class="navigation"> {!! Menu::main() !!} </nav>
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require spatie/laravel-menu
Usage
Documentation is available at https://spatie.be/docs/menu.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
