tipoff / booking-calendar
Nova 的预订日历工具。
2.0.0
2021-04-18 18:14 UTC
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-09-19 03:12:32 UTC
README
Nova 的预订日历工具。
安装
通过 composer 安装此包
composer require tipoff/booking-calendar
在 NovaServiceProvider
中注册工具
public function tools() { return [ // ... new \Tipoff\BookingCalendar\BookingCalendar, ]; }
配置
要使用 Full Calendar Premium 的功能,您必须在您的 .env
文件中设置许可证密钥
FULL_CALENDAR_LICENSE_KEY="your-license-key-here"
变更日志
请参阅 CHANGELOG 了解最近更改的详细信息。
许可证
MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件。