Yii2 integration for developit/tags-input.
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
.
<?php use mludvik\tagsinput\TagsInputWidget; ?>
<?= $form->field($model, 'tags')->widget(TagsInputWidget::className()) ?>