Skip to content

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

License

Notifications You must be signed in to change notification settings

AdamTyn/lumen-artisan-make-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumen-artisan-make-model

移植Laravel的 php artisan make:model [快速创建模型] 指令到Lumen

Usage

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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages