mludvik/yii2-tags-input

Yii2 integration for [developit/tags-input](https://github.com/developit/tags-input).

Installs: 25 932

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2018-08-12 10:10 UTC

This package is not auto-updated.

Last update: 2024-03-17 02:42:34 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()) ?>