tipoff / booking-calendar
Booking calendar tool for Nova.
Fund package maintenance!
tipoff
Requires
- tipoff/authorization: ^2.8.5
- tipoff/support: ^2.1.3
Requires (Dev)
- tipoff/test-support: ^2.0.0
This package is auto-updated.
Last update: 2024-11-19 03:44:01 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.