chialab / bedita-calendar

BEdita 4 plugin for calendar views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chialab/Calendar

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

GitHub Actions tests codecov

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.

About

BEdita 4 plugin for calendar views.

License:MIT License


Languages

Language:PHP 87.8%Language:JavaScript 12.2%