PHPackages                             boltconcepts/bdev-routing-extra-bundle - 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. [Framework](/categories/framework)
4. /
5. boltconcepts/bdev-routing-extra-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

boltconcepts/bdev-routing-extra-bundle
======================================

Extends Symfony2 with an extra route based configuration for context, breadcrumb, menu and more.

18PHP

Since Mar 7Pushed 13y ago1 watchersCompare

[ Source](https://github.com/boltconcepts/BDevRoutingExtraBundle)[ Packagist](https://packagist.org/packages/boltconcepts/bdev-routing-extra-bundle)[ RSS](/packages/boltconcepts-bdev-routing-extra-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

BDevRoutingExtraBundle
======================

[](#bdevroutingextrabundle)

The `BDevRoutingExtraBundle` is a easy way to add information about routes to your Symfony2 application. This for example can avoid having to override a title block in each template within your application by using `{{ route_extra('title') }}`. You can also use it to generate a breadcrumb using '{{ route\_breadcrumb() }}' or add an item to a menu.

[![Build Status](https://camo.githubusercontent.com/2c5f78ebfe0963b1861c6e09cfdb0de3797409b48c3ae56d8dcc65653a93bf1d/68747470733a2f2f7472617669732d63692e6f72672f626f6c74636f6e63657074732f42446576526f7574696e67457874726142756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/boltconcepts/BDevRoutingExtraBundle)

Installation
============

[](#installation)

Step 1) Get the bundle
----------------------

[](#step-1-get-the-bundle)

### Composer

[](#composer)

```
"require" :  {
    // ...
    "bdev/bdev-routing-extra-bundle":"dev-master",
}

```

Step 2) Register the bundle
---------------------------

[](#step-2-register-the-bundle)

```
