chialab/calendar
最新稳定版本:v2.1.4
Composer 安装命令:
composer require chialab/calendar
包简介
BEdita 5 plugin for calendar views.
README 文档
README
Calendar is a BEdita 5 plugin designed to render and filter calendar views.
Usage
You can install the plugin using Composer.
The recommended way to install Composer packages is:
$ composer require chialab/calendar
Then, you have to load it as plugin in your Cake application:
src/Application.php
$this->addPlugin('Chialab/Calendar');
Please read the Wiki to correctly setup the application.
Testing
Since some FrontendKit queries uses specific MySQL syntax, you must provide a DSN url for a test database before running tests:
$ export db_dsn='mysql://root:****@localhost/bedita4_calendar'
Then, you can launch tests using the test composer command:
$ composer run test
License
Chialab/Calendar is released under the MIT license.
统计信息
- 总下载量: 13.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-23