Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 822 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 822 Bytes

yii2-bootstrap-calendar

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.

To install, either run

$ php composer.phar require miradnan/yii2-bootstrap-calendar "*"

or add

"miradnan/yii2-bootstrap-calendar": "*"

to the require section of your composer.json file.

Usage

use miradnan\bootstrap\Calendar;

echo Calendar::widget([ 'id' => 'my-calender', 'class' => 'calendar-holder', 'source' => $events ]);


## License

**yii2-bootstrap-calendar** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.