jcabanillas / yii2-fieldrangepicker
Bootstrap FieldRangePicker widget for Yii2.
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: >=2.0.9
- yiisoft/yii2-bootstrap: *
This package is auto-updated.
Last update: 2025-02-08 06:12:03 UTC
README
Renders a [Bootstrap FieldRangePicker plugin].
Installation
The preferred way to install this extension is through composer.
Either run
composer require jcabanillas/yii2-fieldrangepicker "*"
or add
"jcabanillas/yii2-fieldrangepicker" : "*"
to the require section of your application's composer.json
file.