nsept/yii2-listinput A Yii2 input widget extension for manage lists.

extensionwidgeteditorlistinput

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'
]) ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0.2 is the latest of 3 releases



MIT license
Stats
2 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
51 total downloads