Skip to content

nsept/yii2-listinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2-ListInput

example

A Yii2 input widget extension for manage lists.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist nsept/yii2-listinput "*"

or add

"nsept/yii2-listinput": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= nsept\listinput\ListInputWidget::widget([
    'form'      => $form,
    'model'     => $model,
    'attribute' => 'list'
]) ?>

About

A Yii2 input widget extension for manage lists.

Resources

Stars

Watchers

Forks

Packages

No packages published