移植Laravel的 `php artisan make:model` [快速创建模型] 指令到Lumen
github.com/AdamTyn/lumen-artisan-make-model
Source
Issues
Installs: 24
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 4fbac3351abf92494ae7c82c7cd1e6ad8aa69526
frameworklaravellumenadamtyn
This package is auto-updated.
Last update: 2024-10-27 21:26:16 UTC
移植Laravel的 php artisan make:model [快速创建模型] 指令到Lumen
php artisan make:model
在 'app/commands/kernel.php' 中注册指令:
protected $commands = [ \AdamTyn\Lumen\Artisan\ModelMakeCommand::class ];