Skip to content

TIPOFF/booking-calendar

Repository files navigation

Laravel Nova Booking Calendar

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.