vadzimyatskevich/yii2fullcalendar-scheduler

Yii2 fullcalendar Widgets

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

pkg:composer/vadzimyatskevich/yii2fullcalendar-scheduler

dev-master 2016-10-22 19:58 UTC

This package is not auto-updated.

Last update: 2025-12-21 02:07:49 UTC


README

JQuery Fullcalendar Scheduler Yii2 Extension JQuery from: http://arshaw.com/fullcalendar/ Version 2.1.1 License pls. check http://fullcalendar.io/scheduler/download/

Customized philippfrenzel/yii2fullcalendar-scheduler extension. Original version - https://github.com/philippfrenzel/yii2fullcalendar-scheduler

Installation

Package is although registered at packagist.org - so you can just add one line of code, to let it run!

add the following line to your composer.json require section:

  "vadzimyatskevich/yii2fullcalendar-scheduler":"@dev",

And ensure, that you have the follwing plugin installed global:

php composer.phar global require "fxp/composer-asset-plugin:~1.1"