Skip to content

miradnan/yii2-bootstrap-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Yii2 Bootstrap Calendar Widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published