Download the PHP package victoire/breadcrumb-widget without Composer
On this page you can find all versions of the php package victoire/breadcrumb-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download victoire/breadcrumb-widget
More information about victoire/breadcrumb-widget
Files in victoire/breadcrumb-widget
Download victoire/breadcrumb-widget
More information about victoire/breadcrumb-widget
Files in victoire/breadcrumb-widget
Please rate this library. Is it a good library?
Informations about the package breadcrumb-widget
Victoire Breadcrumb Bundle
What is the purpose of this bundle
This bundles gives you access to the Breadcrumb Widget. With this widget, you can install a breadcrumb on any page.
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Bundle
Run the following composer command :
php composer.phar require victoire/breadcrumb-widget
The breadcrumb bundle handles Bootstrap and Foundation view.
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\BreadcrumbBundle\VictoireWidgetBreadcrumbBundle(),
);
return $bundles;
}
}
All versions of breadcrumb-widget with dependencies
PHP Build Version
Package Version
Requires
victoire/victoire Version
~2.3 | ~3.0
The package victoire/breadcrumb-widget contains the following files
Loading the files please wait ....