/calendar-bundle

Contao 4 calendar bundle

Primary LanguagePHP

Contao 4 calendar bundle

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.

The calendar bundle adds calendar functionality to Contao 4.

Installation

Run the following command in your project directory:

php composer.phar require contao/calendar-bundle "^4.4"

Activation

Adjust to your app/AppKernel.php file:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Contao\CalendarBundle\ContaoCalendarBundle(),
        ];
    }
}

License

Contao is licensed under the terms of the LGPLv3.

Getting support

Visit the support page to learn about the available support options.