rrr/nova-schedule-list
Composer 安装命令:
composer require rrr/nova-schedule-list
包简介
A Laravel Nova tool.
README 文档
README
This Nova tool lets you list your previous and next scheduled tasks
Installation
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require rrr/nova-schedule-list
Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvder.php // ... public function tools() { return [ // ... new \i8086\ScheduleList\ScheduleList, ]; }
Usage
Click on the "Schedule List" menu item in your Nova app to see the shcdule list tool.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-19