alexeikadev/yii2-fullcalendar-and-scheduler

Calendar and Scheduller module (based on fullcalendar.io)

dev-master 2022-06-17 13:17 UTC

This package is auto-updated.

Last update: 2024-05-17 17:33:53 UTC


README

Calendar and Scheduller module (based on fullcalendar.io)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist alexeikadev/yii2-fullcalendar-and-scheduler "*"

or add

"alexeikadev/yii2-fullcalendar-and-scheduler": "*"

to the require section of your composer.json file.

Usage

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

<?= \alexeikadev\fullcalendarAndScheduler\AutoloadExample::widget(); ?>```