Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 792 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 792 Bytes

Yii2 fullcalendar wrapper

Fullcalendar wrapper for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist goryachev/yii2-fullcalendar "*"

or add

"goryachev/yii2-fullcalendar": "*"

to the require section of your composer.json file.

Package not contains any assets. All necessary assets loads by composer as dependencies, using bower-asset.

Usage

Once the extension is installed, simply use it in your code by :

<?= \goryachev\yii2fullcalendar\Calendar::widget([
    'pluginOptions'=>[array of fullcalendar options]
]); ?>

Full documentation of fullcalendar here