Quantcast
Channel: Live News for Yii Framework
Viewing all articles
Browse latest Browse all 3361

[extension] mludvik/yii2-tags-input

$
0
0

yii2-tags-input

  1. Installation
  2. Usage

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()) ?>

Viewing all articles
Browse latest Browse all 3361

Trending Articles