nadar/luya-module-calendar

dev-master 2023-04-25 19:23 UTC

This package is auto-updated.

Last update: 2024-04-25 21:33:26 UTC


README

LUYA Logo

LUYA CALENDAR MODULE

LUYA

A very simple, password protected calendar (months) and detail (days of selected month) view for LUYA.

Installation

Install the extension through composer:

composer require nadar/luya-module-calendar

Add the modules to your config file:

'modules' => [
    'calendarfrontend' => [
        'class' => 'nadar\calendar\frontend\Module',
        'password' => 'mysecretcalendar',
        'calendarLocation' => 'Somewhere over the Rainbow',
    ],
    'calendaradmin' => [
        'class' => 'nadar\calendar\admin\Module'
    ],
]

Run the migrate and import

./luya migrate

Import command

./luya import