AdamTyn / lumen-artisan-make-job by AdamTyn

移植Laravel的 `php artisan make:job` [快速创建任务]指令到Lumen
19
1
2
Package Data
Maintainer Username: AdamTyn
Maintainer Contact: tynadam@foxmail.com (AdamTyn)
Package Create Date: 2019-10-30
Package Last Update: 2021-05-27
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:24:53
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

php artisan make:job

移植Laravel的 php artisan make:job [快速启动服务]指令到Lumen

Usage

'app/commands/kernel.php' 中注册指令:


protected $commands = [
	\AdamTyn\Lumen\Artisan\JobMakeCommand::class
];