mludvik/yii2-tags-input
最新稳定版本:1.0.0
Composer 安装命令:
composer require mludvik/yii2-tags-input
包简介
Yii2 integration for [developit/tags-input](https://github.com/developit/tags-input).
README 文档
README
Yii2 integration for developit/tags-input.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require mludvik/yii2-tags-input:"~1.0"
or add
"mludvik/yii2-tags-input": "~1.0"
to the require section of your composer.json.
Usage
<?php use mludvik\tagsinput\TagsInputWidget; ?>
<?= $form->field($model, 'tags')->widget(TagsInputWidget::className()) ?>
统计信息
- 总下载量: 40.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-12