modstore/cronski-laravel
Composer 安装命令:
composer require modstore/cronski-laravel
包简介
Laravel package for Cronski
关键字:
README 文档
README
Laravel package for https://cronski.com
Installation
You can install the package via composer:
composer require modstore/cronski-laravel
php artisan vendor:publish --provider="Modstore\Cronski\CronskiServiceProvider"
Usage
If you set scheduled = true in the config, add the following scheduled command to your App\Console\Kernel.php
Once you've enabled this option, you will need to run the migration to create the table for storing the pending requests.
// Send pending Cronski requests. You can reduce the frequency of this command to whatever suits. $schedule->command('cronski:send-pending-requests')->everyMinute()->withoutOverlapping();
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mark@cronski.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 241
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-06