2017 © Pedro Peláez
 

library laravel-validation-generator

Laravel package for generating validation automatically

image

vigneshc91/laravel-validation-generator

Laravel package for generating validation automatically

  • Thursday, July 26, 2018
  • by Vignesh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Laravel Validation Generator

Automatically add the validations for tables in the database, (*1)

Installation

The package can easily be installed by running composer require vigneshc91/laravel-validation-generator in your project's root folder., (*2)

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

This will register the artisan command that will be available to you., (*4)

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., (*5)

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', (*6)

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', (*7)

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', (*8)

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', (*9)

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', (*10)

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', (*11)

Format options are:
file
console, (*12)

The Versions

26/07 2018

dev-master

9999999-dev

Laravel package for generating validation automatically

  Sources   Download

MIT

The Requires

 

by Vignesh C

26/07 2018

v0.0.4

0.0.4.0

Laravel package for generating validation automatically

  Sources   Download

MIT

The Requires

 

by Vignesh C

26/07 2018

v0.0.3

0.0.3.0

Laravel package for generating validation automatically

  Sources   Download

MIT

The Requires

 

by Vignesh C

23/07 2018

v0.0.2

0.0.2.0

Laravel package for generating validation automatically

  Sources   Download

MIT

The Requires

 

by Vignesh C

23/07 2018

v0.0.1

0.0.1.0

Laravel package for generating validation automatically

  Sources   Download

MIT

The Requires

 

by Vignesh C