Skip to content

A Breadcrumbs bundle for Symfony2 that utilises routes as a tree to build the breadcrumbs in order to not pollute the controller actions with repetitive breadcrumbs code.

License

Notifications You must be signed in to change notification settings

xi-project/xi-bundle-breadcrumbs

Repository files navigation

xi-bundle-breadcrumbs

A Breadcrumbs bundle for Symfony2.

This is different from other breadcrumb bundles, because it utilizes routes
as a tree to build the breadcrumbs in order to not pollute the controller
actions with repetitive breadcrumbs code.

Installing

deps -file

[XiAjaxBundle]
    git=http://github.com/xi-project/xi-bundle-breadcrumbs.git
    target=/bundles/Xi/Bundle/BreadcrumbsBundle

autoload.php file

<?php
    'Xi\\Bundle'       => __DIR__.'/../vendor/bundles',
?>

appKernel.php -file

<?php
    new Xi\Bundle\BreadcrumbsBundle\XiBreadcrumbsBundle(),
?>

About

A Breadcrumbs bundle for Symfony2 that utilises routes as a tree to build the breadcrumbs in order to not pollute the controller actions with repetitive breadcrumbs code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages