Download the PHP package sparkinzy/laravel-schedule-command without Composer
On this page you can find all versions of the php package sparkinzy/laravel-schedule-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sparkinzy/laravel-schedule-command
More information about sparkinzy/laravel-schedule-command
Files in sparkinzy/laravel-schedule-command
Download sparkinzy/laravel-schedule-command
More information about sparkinzy/laravel-schedule-command
Files in sparkinzy/laravel-schedule-command
Vendor sparkinzy
Package laravel-schedule-command
Short Description 命令中直接定义定时任务,避免Kernel中大量定义定时任务
License MIT
Package laravel-schedule-command
Short Description 命令中直接定义定时任务,避免Kernel中大量定义定时任务
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-schedule-command
laravel-schedule-command
命令中直接定义定时任务,避免Kernel中大量定义定时任务.
Installing
Usage
参考示例如下
安装后,修改命令重新继承 sparkinzy\LaravelScheduleCommand\Commands\ScheduleCommand
并在命令中新增function schedule(Schedule $schedule){
}
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT
All versions of laravel-schedule-command with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^6.2
illuminate/console Version ^6.2
symfony/finder Version ^5.2
illuminate/console Version ^6.2
symfony/finder Version ^5.2
The package sparkinzy/laravel-schedule-command contains the following files
Loading the files please wait ....