nivans/yii2-bs4-breadcrumbs

Widget to create breadcrumbs using Bootstrap 4 markup

Installs: 6 386

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2017-10-28 14:24 UTC

This package is not auto-updated.

Last update: 2024-05-30 16:39:02 UTC


README

Widget to create breadcrumbs using Bootstrap 4 markup

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nivans/yii2-bs4-breadcrumbs "*"

or add

"nivans/yii2-bs4-breadcrumbs": "*"

to the require section of your composer.json file.

Usage

It uses by the same way as native Yii2 breadcrumbs widget.

echo Breadcrumbs::widget([
    'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
]);

License

The GPL3 License (GPL3).