2017 © Pedro Peláez
 

yii2-extension yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

image

lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  • Monday, January 29, 2018
  • by LAV45
  • Repository
  • 3 Watchers
  • 5 Stars
  • 678 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

~$ composer require lav45/yii2-fullcalendar

or add, (*4)

"lav45/yii2-fullcalendar": "~1.0"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

use lav45\widget\FullCalendar;

= FullCalendar::widget([
    'googleCalendar' => true,  // If the plugin displays a Google Calendar. Default false
    'clientOptions' => [
        // put your options and callbacks here
        // see http://fullcalendar.io/docs/
        'lang' => 'pt-br', // optional, if empty get app language
    ],
]); ?>

The Versions

29/01 2018

dev-master

9999999-dev https://github.com/lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  Sources   Download

BSD-3-Clause BSD 3-Clause

The Requires

 

by Alexey Loban

extension yii2 calendar widget fullcalendar

10/02 2017

1.1.1

1.1.1.0 https://github.com/lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  Sources   Download

BSD 3-Clause

The Requires

 

by Alexey Loban

extension yii2 calendar widget fullcalendar

07/02 2017

1.1.0

1.1.0.0 https://github.com/lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  Sources   Download

BSD 3-Clause

The Requires

 

by Alexey Loban

extension yii2 calendar widget fullcalendar

13/06 2016

1.0.1

1.0.1.0 https://github.com/lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  Sources   Download

BSD 3-Clause

The Requires

 

by Alexey Loban

extension yii2 calendar widget fullcalendar

29/06 2015

1.0.0

1.0.0.0 https://github.com/lav45/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

  Sources   Download

BSD 3-Clause

The Requires

 

by Alexey Loban

extension yii2 calendar widget fullcalendar