定制 warfee/service-files-generator 二次开发

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

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

warfee/service-files-generator

最新稳定版本:v1.0.0

Composer 安装命令:

composer require warfee/service-files-generator

包简介

Generating basic method each services files based on database structure

README 文档

README

It allows you to generate automatically service file for each database tables.

Installation

Install warfee/service-files-generator with composer

  composer require warfee/service-files-generator

Put library path to application service provider file

  Warfee\ServiceFilesGenerator\ServiceFilesGeneratorServiceProvider::class,

Usage

Running command. By default it will run from mysql connection.

Column : created_at, updated_at, deleted_at timestamp will be ignore. Timestamp will be use based on method action

Supported Driver : mysql,sqlite Implement Soft Delete : true, false

  php artisan service-generator:create

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-09