delboy1978uk/bone-calendar

Calendar package for Bone Framework

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Language:JavaScript

v1.0.1 2022-03-26 16:15 UTC

README

Calendar package for Bone Mvc Framework

installation

Use Composer. Requires delboy1978uk/bone-user to be installed and configured. (See htps://github.com/delboy1978uk/bone-user for details)

composer require delboy1978uk/bone-calendar

usage

Simply add to the config/packages.php

<?php

// use statements here
use Bone\Calendar\CalendarPackage;

return [
    'packages' => [
        // packages here...,
        CalendarPackage::class,
    ],
    // ...
];