industrious/laravel-scheduler-output-to-url
Composer 安装命令:
composer require industrious/laravel-scheduler-output-to-url
包简介
A laravel package for the scheduler to post output to a url.
README 文档
README
About this package
Laravel scheduler output to url was created for the sole purpose to have the ability to submit the scheduled command output to a designated URL I.E. https://healthchecks.io/ via HTTP request (I.E. POST/GET etc).
Example
$schedule
->command(SomeCommand::class)
->dailyAt('00:00')
->sendOutputToUrl('https://hc-ping.com/uuid-here');
统计信息
- 总下载量: 1.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-23