定制 ambersive/yamlseeder 二次开发

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

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

ambersive/yamlseeder

Composer 安装命令:

composer require ambersive/yamlseeder

包简介

This package allows you to seed your tables with help of yaml files.

README 文档

README

Maintainability Build Status

Changes between versions will be tracked in the CHANGELOG.

Installation

composer require ambersive/yamlseeder

Optional: Publish the config

php artisan vendor:publish --tag=yaml-seeder

Usage

All the seeds will be executed if you run the classic

php artisan db:seed

Create yaml seed file

Create a yml file in database/seeds-yaml. Please use the .yml file extension.

The structure of the the seed looks like:

model: \AMBERSIVE\Tests\Examples\Models\Migration
primaryKey: id
fieldsOnCreate:
  - migration
  - batch
data:
  - id: 99
    batch: 1
    migration: 'users_test_table'

model: The model will define which data should be seeded.

primaryKey: Default it is 'id' if not defined.

exlude: Default is false. This defines if the file will be included within the normal db:seed process.

fieldsOnCreate: List of field name which defines which files will be need on a create statement. Make your fields nullable if you want to reduce the list.

data: Array of the actual data. Follow the structure of you model.

Command

 php artisan make:seeder-yaml demo --model=App/User

This command will create in the database/seeds-yaml folder a demo.yml file.

Feedback

Please feel free to give us feedback or any improvement suggestions.

Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Manuel Pirker-Ihl via manuel.pirker-ihl@ambersive.com. All security vulnerabilities will be promptly addressed.

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固