Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 464 Bytes

Bootstrap Field Range Picker Widget for Yii2

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.