berthott/laravel-schedulable
最新稳定版本:3.0.0
Composer 安装命令:
composer require berthott/laravel-schedulable
包简介
Laravel Helper for scheduling model related tasks
README 文档
README
Laravel-Schedulable
Laravel Helper for scheduling model related tasks.
Installation
$ composer require berthott/laravel-schedulable
Usage
- Use the
Schedulabletrait in your model - Add any number of
schedulabe*methods in your model (eg.schedulableTest) - Run the laravel scheduler according to the documentation
- Your
schedulabe*methods will be called every time the laravel scheduler runs.- Inside of your method you can do your own checks whether to run the logic or not.
Options
To change the default options use
$ php artisan vendor:publish --provider="berthott\Schedulable\SchedulableServiceProvider" --tag="config"
namespace: String or array with one ore multiple namespaces that should be monitored for the configured trait. Defaults toApp\Models.cron: Cron frequency for the scheduler to be called. Defaults to every minute:* * * * *
Compatibility
Tested with Laravel 10.x.
License
See License File. Copyright © 2023 Jan Bladt.
统计信息
- 总下载量: 322
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-21