2017 © Pedro Peláez
 

yii2-extension yii2-evecalendar

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

image

phucnguyenvn/yii2-evecalendar

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

  • Monday, July 10, 2017
  • by phucnguyenvn
  • Repository
  • 1 Watchers
  • 2 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

yii2-evecalendar

Yii2 calendar and event management is an AJAX based, modern interface calendar. A module which help you easy manage event and schedule and integrate to your application. This modules depends of following extension:, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist phucnguyenvn/yii2-evecalendar "*"

or add, (*4)

"phucnguyenvn/yii2-evecalendar": "*"

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

Migration

php yii migrate --migrationPath=@vendor/phucnguyenvn/yii2-evecalendar/src/migrations

Usage

Configuring to manage Calendar and Event in web interface

Register module

Configure config/web.php as follows, (*6)

  'modules' => [
            ................
      'calendar' => [
          'class' => 'phucnguyenvn\yii2evecalendar\Module'
      ],
            ................
  ],

Configure timeZone

Configure config/web.php as follows, (*7)

    $config = [
      'timezone' => 'Asia/Ho_Chi_Minh',
      ...
      ...
    ]
  • Pretty Url's /calendar (only work with pretty URL)

The Versions

10/07 2017

dev-master

9999999-dev

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

  Sources   Download

BSD-3-Clause

The Requires

 

by Phuc NGUYEN

yii2 calendar events recurring edofre yii2-fullcalendar

31/03 2017

1.0.2

1.0.2.0

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

  Sources   Download

BSD-3-Clause

The Requires

 

by Phuc NGUYEN

yii2 calendar events recurring edofre yii2-fullcalendar

09/12 2016

1.0.1

1.0.1.0

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

  Sources   Download

BSD-3-Clause

The Requires

 

by Phuc NGUYEN

yii2 calendar events recurring edofre yii2-fullcalendar

01/12 2016

1.0.0

1.0.0.0

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

  Sources   Download

BSD-3-Clause

The Requires

 

by Phuc NGUYEN

yii2 calendar events recurring edofre yii2-fullcalendar