PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Laravel Simple Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Simple Validation
Add validation rules to use in Laravel application
Author: By
Last change:
Date: 3 months ago
Size: 809 bytes
 

Contents

Class file image Download
{ "name": "lee/laravel-simple-validation", "description": "add some useful validations rule to validate form values", "type": "library", "keywords": [ "laravel", "validation", "package", "library" ], "require": { "laravel/framework": "^5.5", "php": "^7.0" }, "license": "MIT", "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ], "autoload": { "psr-4": { "Lee\\LaraSimpleValidation\\": "src/" } }, "autoload-dev": { "psr-4": { "Lee\\LaraSimpleValidation\\Tests\\": "tests/" } }, "minimum-stability": "stable", "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0", "php-coveralls/php-coveralls": "^1.0" } }