xbhub / laravel-xgee
Generator for Lumina
7.3.0
2020-04-21 08:58 UTC
Requires
- php: ~5.6|~7.0
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
README
专为lumina特制的代码生成器
biu:controller Create a new RESTful controller.
biu:criteria Create a new criteria.
biu:model Create a new model.
biu:policy Create a new policy class
biu:repository Create a new repository.
biu:request Create a new form request class
biu:view create view.
How to use
biu:model Post --module=Demo
, 并配置好migration和对应model的fillable字段biu:controller Post --module=Demo
, 生成控制器biu:view Post --module=Demo
, 生成视图- 自行配置路由
Route::resource('post', 'PostController')
Enjoy!
License
MIT