2017 © Pedro Pelรกez
 

library validation

Makes it easier to work with validation in Laravel

image

nodes/validation

Makes it easier to work with validation in Laravel

  • Wednesday, August 30, 2017
  • by nodes
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4,539 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 12 % Grown

The README.md

Validation

A validation manager made more flexible validators in Laravel, (*1)

Total downloads Monthly downloads Latest release Open issues License Star repository on GitHub Watch repository on GitHub Fork repository on GitHub StyleCI, (*2)

๐Ÿ“ Introduction

Validation is something we take quite serious in Nodes which means we've had cases where the default Laravel validator simply doesn't cut it., (*3)

Therefore we've created this little neat package, which makes it super easy to create your own validator and add your own custom rules. By default this package uses our own Validator with our own custom rules, but you can easily swap it out with your own stuff., (*4)

๐Ÿ“ฆ Installation

To install this package you will need:, (*5)

  • Laravel 5.1+
  • PHP 5.5.9+

You must then modify your composer.json file and run composer update to include the latest version of the package in your project., (*6)

"require": {
    "nodes/validation": "^1.0"
}

Or you can run the composer require command from your terminal., (*7)

composer require nodes/validation:^1.0

๐Ÿ”ง Setup

In Laravel 5.5 or above, service providers and aliases are automatically registered. If you're using Laravel 5.5 or above, skip ahead directly to Publish config files., (*8)

Setup service provider in config/app.php, (*9)

Nodes\Validation\ServiceProvider::class

Publish config files, (*10)

php artisan vendor:publish --provider="Nodes\Validation\ServiceProvider"

If you want to overwrite any existing config files use the --force parameter, (*11)

php artisan vendor:publish --provider="Nodes\Validation\ServiceProvider" --force

โš™ Usage

Create a new validator and make it extend Nodes\Validation\Validator., (*12)

At a later time, we'll update the documentation with details about each rule this package comes with out-of-the-box. But for now, we recommend you to take a look in the source code and read the DocBlock of each method., (*13)

Check out the available rules in the src/Rules directory., (*14)

๐Ÿ† Credits

This package is developed and maintained by the PHP team at Nodes Agency, (*15)

Follow Nodes PHP on Twitter Tweet Nodes PHP, (*16)

๐Ÿ“„ License

This package is open-sourced software licensed under the MIT license, (*17)

The Versions

30/08 2017

dev-master

9999999-dev http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

30/08 2017

1.0.6

1.0.6.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

16/02 2017

1.0.5

1.0.5.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

10/09 2016

1.0.4

1.0.4.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

08/09 2016

1.0.3

1.0.3.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

28/07 2016

dev-develop

dev-develop http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

28/07 2016

dev-analysis-z9b2L6

dev-analysis-z9b2L6 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

27/07 2016

1.0.2

1.0.2.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

14/07 2016

1.0.1

1.0.1.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

07/06 2016

1.0.0

1.0.0.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

25/04 2016

0.1.5

0.1.5.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

06/02 2016

0.1.4

0.1.4.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

27/01 2016

0.1.3

0.1.3.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

08/01 2016

0.1.2

0.1.2.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

08/01 2016

0.1.1

0.1.1.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes

07/01 2016

0.1.0

0.1.0.0 http://nodesagency.com

Makes it easier to work with validation in Laravel

  Sources   Download

MIT

The Requires

 

laravel validation nodes