nadar / luya-module-calendar
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:luya-module
Requires
- eluceo/ical: ^0.16.1
Requires (Dev)
- luyadev/luya-testsuite: ^2.0
This package is auto-updated.
Last update: 2024-10-25 22:27:56 UTC
README
LUYA CALENDAR MODULE
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