PHPackages                             lukesnowden/menu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lukesnowden/menu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lukesnowden/menu
================

Effortless menu building for Laravel 4

1.4.1(7y ago)142.5k3[1 issues](https://github.com/lukesnowden/menu/issues)MITPHPPHP &gt;=5.3.0

Since Jul 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/lukesnowden/menu)[ Packagist](https://packagist.org/packages/lukesnowden/menu)[ Docs](http://luke.sno.wden.co.uk/menu)[ RSS](/packages/lukesnowden-menu/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)DependenciesVersions (14)Used By (0)

lukesnowden/menu
================

[](#lukesnowdenmenu)

 for more information and for feature requests.

Usage
-----

[](#usage)

Very simple method of building menus from database data (id, parent id), service provider register methods for application modules and much more.

Standalone
----------

[](#standalone)

```
use LukeSnowden\Menu\Menu;
include __DIR__ . '/vendor/autoload.php';
```

Example 1
---------

[](#example-1)

```
