Booking calendar tool for Nova.
Install the package via composer:
composer require tipoff/booking-calendar
Register the tool in NovaServiceProvider
:
public function tools()
{
return [
// ...
new \Tipoff\BookingCalendar\BookingCalendar,
];
}
To use Full Calendar Premium features you must set the license key in your .env
file:
FULL_CALENDAR_LICENSE_KEY="your-license-key-here"
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.