samark/lumpineevill
Composer 安装命令:
composer require samark/lumpineevill
包简介
Laravel Generator , For api base CRUD , Management request , handler response with JSON.
README 文档
README
Lumpineevill v.1.0.6.*
For repository patten design under Laravel framework
Feature
- can install via
composer - can create update delete search all ,where like ,find by id , filter language
- can reponse json format [not code API standard]
- can generate request file
- Create{namespace}Request
- Update{namespace}Request
- Delete{namespace}Request
- Get{namespace}Request
- can generate model and sync table automatically
- can generate controller
- can generate route and mapping auto to controller
- can generate repository extended on APIBaseRepository
- generate automatically interfaces of repository
- can generate migration file
Installation
composer require samark/lumpineevill
Laravel 5.*: Serviceprovider
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Lumpineevill\ServiceProvider\LumpineevillServiceProvider::class
Command
$ php artisan samark:genfile $ php artisan samark:genfront
copy environment
append .env file
$ php samark:copy-env
copy migration file
for copy migration file to dastabase/migrations/
$ php samark:copy-migration
publishes vendor config
$ php artisan vendor:publish --provider="Lumpineevill\ServiceProvider\LumpineevillServiceProvider"
统计信息
- 总下载量: 1.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-28