a-goryachev/yii2-fullcalendar

Fullcalendar wrapper for Yii2

1.1.0 2014-12-10 07:04 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:03:49 UTC


README

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