open-admin-ext/scheduling
最新稳定版本:v1.0.0
Composer 安装命令:
composer require open-admin-ext/scheduling
包简介
Task scheduling extension for open-admin
README 文档
README
A web interface for manage task scheduling in laravel.
Screenshot
Installation
$ composer require open-admin-ext/scheduling
$ php artisan admin:import scheduling
Open http://your-host/admin/scheduling.
Try to add a scheduling task in app/Console/Kernel.php like this:
class Kernel extends ConsoleKernel { protected function schedule(Schedule $schedule) { $schedule->command('inspire')->everyTenMinutes(); $schedule->command('route:list')->dailyAt('02:00'); } }
And you can find these tasks in scheduling panel.
Debugging
If console shows errors like: sh: : command not found
Try adding this your .env file: PHP_BINARY=/path/to/your/php/binaray/
License
Licensed under The MIT License (MIT).
统计信息
- 总下载量: 6.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-10
