tipoff/booking-calendar

Booking calendar tool for Nova.

Fund package maintenance!
tipoff

Installs: 1 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 2

Language:Vue

2.0.0 2021-04-18 18:14 UTC

This package is auto-updated.

Last update: 2024-03-19 02:06:59 UTC


README

Booking calendar tool for Nova.

Installation

Install the package via composer:

composer require tipoff/booking-calendar

Register the tool in NovaServiceProvider:

public function tools()
{
    return [
        // ...
        new \Tipoff\BookingCalendar\BookingCalendar,
    ];
}

Configuration

To use Full Calendar Premium features you must set the license key in your .env file:

FULL_CALENDAR_LICENSE_KEY="your-license-key-here"

Changelog

Please see CHANGELOG for more information what has changed recently.

License

The MIT License (MIT). Please see License File for more information.