nsept / yii2-listinput
A Yii2 input widget extension for manage lists.
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: *
- yiisoft/yii2-jui: ^2.0
This package is not auto-updated.
Last update: 2024-11-09 20:33:39 UTC
README
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' ]) ?>