phucnguyenvn/yii2-evecalendar
Composer 安装命令:
composer require phucnguyenvn/yii2-evecalendar
包简介
Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.
README 文档
README
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:
- Yii2-fullcalendar (by Edofre) - use to handle front-end interface, display an events.
- Recurr (by simshaun) - use to handle a repeat events.
- Yii2-widget-timepicker (by kartik-v) - a form widget to input time.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist phucnguyenvn/yii2-evecalendar "*"
or add
"phucnguyenvn/yii2-evecalendar": "*"
to the require section of your composer.json file.
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
'modules' => [ ................ 'calendar' => [ 'class' => 'phucnguyenvn\yii2evecalendar\Module' ], ................ ],
Configure timeZone
Configure config/web.php as follows
$config = [ 'timezone' => 'Asia/Ho_Chi_Minh', ... ... ]
- Pretty Url's /calendar (only work with pretty URL)
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-12-01