移植Laravel的 `php artisan make:job` [快速创建任务]指令到Lumen
github.com/AdamTyn/lumen-artisan-make-job
Source
Issues
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 64cfc48382ee67e79f96df746f78da6ef3636737
frameworklaravellumenadamtyn
This package is auto-updated.
Last update: 2024-10-27 21:09:26 UTC
移植Laravel的 php artisan make:job [快速创建任务]指令到Lumen
php artisan make:job
在 'app/commands/kernel.php' 中注册指令:
protected $commands = [ \AdamTyn\Lumen\Artisan\JobMakeCommand::class ];
[2020-09-24] 指令支持 --sync 选项
--sync