encryptedroot/yii2fullcalendar3

Yii2 fullcalendar Widgets

Installs: 1 494

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1 2019-04-26 15:11 UTC

This package is auto-updated.

Last update: 2024-04-21 23:54:32 UTC


README

JQuery Fullcalendar Yii2 Extension JQuery from: http://arshaw.com/fullcalendar/ License MIT

JQuery Documentation: http://arshaw.com/fullcalendar/docs/ Yii2 Extension by philipp@frenzel.net

A tiny sample can be found here: http://yii2fullcalendar.beeye.org

Latest Stable Version Build Status Code Climate License

All credit goes to Philipp Frenzel who originally put this together. As versions of FullCalendar have increased, there were dependency issues with older versions. This repo was a quick and easy way to make sure FullCalendar v3 compatibility can be maintained, by using a packaging all files in one place.

All code and documentation was originally written here: https://github.com/philippfrenzel/yii2fullcalendar. Please visit that repo if you are new to FullCalendar so you can get the latest and greatest.

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:

  "encryptedroot/yii2fullcalendar3":"~1.0",

or run:

$ php composer.phar require encryptedroot/yii2fullcalendar3 "~1.0"

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

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