yoganandgopalan/laravel-validation-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

yoganandgopalan/laravel-validation-generator

Composer 安装命令:

composer require yoganandgopalan/laravel-validation-generator

包简介

Laravel package for generating validation automatically

README 文档

README

Automatically add the validations for tables in the database

Installation

The package can easily be installed by running composer require yoganandgopalan/laravel-validation-generator in your project's root folder.

If you are running a version of Laravel < 5.5 also make sure you add yoganandgopalan\LaravelValidationGenerator\ValidationGeneratorServiceProvider::class to the providers array in config/app.php.

This will register the artisan command that will be available to you.

Usage

Generating the validation is easy, simply run php artisan laravel-validation:generate in your project root. This will create a request file and save it in the requests directory.

If you wish to generate validation only for specific tables, you can pass a table using --tables, for example php artisan laravel-validation:generate --tables='users,addresses'

If you wish to ignore specific tables, you can pass a ignore-table using --ignore-tables, for example php artisan laravel-validation:generate --ignore-tables='users,addresses'

If you wish to ignore specific columns, you can pass a ignore-columns using --ignore-columns, for example php artisan laravel-validation:generate --ignore-columns='user_id,address_id'

If you wish to change the directory of creating the request file, you can pass a directory using --dir, for example php artisan laravel-validation:generate --dir='V1'

If you wish to change the suffix of creating the request file, you can pass a suffix using --suffix, for example php artisan laravel-validation:generate --suffix='Create'

If you wish to change the format of the output, you can pass a format using --format, for example php artisan laravel-validation:generate --format='file'

Format options are:
file
console

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固