a-goryachev / yii2-fullcalendar
Fullcalendar wrapper for Yii2
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- bower-asset/fullcalendar: 2.*
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-05 04:08:05 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