AdamTyn / lumen-artisan-make-model by AdamTyn

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

lumen-artisan-serve

移植Laravel的快速启动服务的Artisan指令到Lumen

Usage

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


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