adham / yii2-calendar
this will calendar
Package info
bitbucket.org/adham_rajabov/calendar
Type:yii2-extension
pkg:composer/adham/yii2-calendar
dev-master
2018-02-17 13:47 UTC
This package is not auto-updated.
Last update: 2026-04-01 15:10:49 UTC
README
this will calendar
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist adham/yii2-calendar "@dev"
or add
"adham/yii2-calendar": "@dev"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \adham\calendar\AutoloadExample::widget(); ?>```