eagle-developers/nova-scheduled-tasks
Composer 安装命令:
composer require eagle-developers/nova-scheduled-tasks
包简介
A Laravel Nova card to view your scheduled tasks.
README 文档
README
Includes both a tool and card to display your scheduled commands and tasks
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require eagle-developers/nova-scheduled-tasks
To setup the tool, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php // ... public function tools() { return [ // ... new \EagleDevelopers\NovaScheduledTasks\NovaScheduledTasksTool, ]; }
To setup the card, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php // ... public function cards() { return [ // ... new \EagleDevelopers\NovaScheduledTasks\NovaScheduledTasksCard, ]; }
Testing
phpunit
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.
统计信息
- 总下载量: 4.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-09

