mludvik / yii2-tags-input
Yii2 integration for [developit/tags-input](https://github.com/developit/tags-input).
Installs: 31 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/tags-input: ~1.0
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2024-11-10 06:07:12 UTC
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()) ?>