PHPackages                             firestorm23/navigationbundle - 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. firestorm23/navigationbundle

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

firestorm23/navigationbundle
============================

Fork of rollerworks/navigation-bundle

v1.3.0(10y ago)017MITPHPPHP &gt;=5.3

Since Mar 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/firestorm23/navigationbundle)[ Packagist](https://packagist.org/packages/firestorm23/navigationbundle)[ RSS](/packages/firestorm23-navigationbundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

RollerworksNavigationBundle
===========================

[](#rollerworksnavigationbundle)

The RollerworksNavigationBundle adds the ability to define menu-structures and breadcrumbs for the KnpMenuBundle in your application configuration.

Requirements
------------

[](#requirements)

You need at least PHP 5.3 and the KnpMenuBundle already installed and configured.

Installation
------------

[](#installation)

**Note:** The RollerworksNavigationBundle is an addition to the KnpMenuBundle, make sure you have the KnpMenuBundle installed and properly configured.

The recommended way to install the RollerworksNavigationBundle is through [Composer](https://getcomposer.org/).

Require the `rollerworks/navigation-bundle` package by running:

```
$ php composer.phar require rollerworks/navigation-bundle
```

Now, Composer will automatically download all the required files, and install them for you. After this enable the bundle in the kernel:

```
