rsiripong/yii2-enopcalendar

enop caleandar

dev-master 2017-10-20 05:05 UTC

This package is not auto-updated.

Last update: 2024-05-14 15:58:57 UTC


README

enop caleandar

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist rsiripong/yii2-enopcalendar "*"

or add

"rsiripong/yii2-enopcalendar": "*"

to the require section of your composer.json file.

Usage

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

<?= \rsiripong\enopcalendar\AutoloadExample::widget(); ?>```