Skip to content

a-goryachev/yii2-fullcalendar

Repository files navigation

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

About

Fullcalendar wrapper for Yii2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages