nivans/yii2-bs4-breadcrumbs
最新稳定版本:1.0.1
Composer 安装命令:
composer require nivans/yii2-bs4-breadcrumbs
包简介
Widget to create breadcrumbs using Bootstrap 4 markup
README 文档
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).
统计信息
- 总下载量: 6.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-10-28