定制 cwssrl/eloquent-lumen-generator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cwssrl/eloquent-lumen-generator

Composer 安装命令:

composer require cwssrl/eloquent-lumen-generator

包简介

Eloquent Lumen Generator

README 文档

README

Eloquent Lumen Generator is a tool based on Code Generator for generating Eloquent models. It comes with the possibility to generate the following items:

  • Model;
  • Repository and Contracts, binding them into the bootstrap/app.php file;
  • Api Controller;
  • Routes;
  • Resources;
  • Translation management for tables. It manages MySql and PostgreSql as database.

Requirements

To make this package works you have to make your migrations and run them. All the package will create items based on the table that it can find on the database set on your .env file.

Installation

Step 1. Add Eloquent Lumen Generator to your project:

composer require cwssrl/eloquent-lumen-generator --dev

Step 2. Register GeneratorServiceProvider in bootstrap/app.php file:

$app->register(Cws\EloquentModelGenerator\Provider\GeneratorServiceProvider::class);

Step 3. Uncomment AppServiceProvider in bootstrap/app.php file:

Step 4 (optional). If you want to edit package configurations, you have to copy vendor/cwssrl/eloquent-lumen-generator/src/Resources/eloquent_model_generator.php into your config folder.

Usage

Use

php artisan cws:generate Book --all-api

to generate all you need for the Book class. Generator will look for table with name books and generate the model, the repo, the contract, the controller, the routes for it.

You can also generate data for all your tables at once

php artisan cws:generate all --all-api

Valid options

You can use these options as command parameters

Option Description
table-name Set the table name generator has to use generating your model (e.g. "cws:generate Test --table-name=hello" will use table named "hello" to generate model "Test"). It can be used only when one model a time is created.
output-path Set the path name generator has to use saving your model relative to app folder (e.g. "cws:generate Test --output-path=hello" will save your model "Test" in app/hello folder).
namespace Set the namespace name generator has to use generating your model (e.g. "cws:generate Test --namespace=hello" will use namespace "hello" to generate model "Test").
base-class-name Set which class will extends your model (e.g. "cws:generate Test --base-class-name=hello" will extends "hello" class generating "Test").
no-timestamps Set timestamps property to false
date-format dateFormat property
connection connection property
except-tables Tables to not process separated by ","
api-resource Creates api resource too
repository Creates repository too
api-controller Creates api controller too
api-routes Creates api routes too
api-routes-path Set the path where find api route file (default api.php)
all-api Create all objects related to api, models and repos included

Contributing

Please see CONTRIBUTING for details.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Credits

This package is heavily based on Cws Code Generator that is a fork of the krlove/code-generator package

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 110
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 7
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固