tipoff/booking-calendar
Composer 安装命令:
composer require tipoff/booking-calendar
包简介
Booking calendar tool for Nova.
关键字:
README 文档
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.
统计信息
- 总下载量: 1.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-28