2017 © Pedro Peláez
 

library uuid-rule

add a UUID validation rule

image

rap2hpoutre/uuid-rule

add a UUID validation rule

  • Wednesday, February 21, 2018
  • by rap2hpoutre
  • Repository
  • 1 Watchers
  • 4 Stars
  • 572 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

UUID validation rule

Version License Build Status Total Downloads, (*1)

What?

Add a UUID validation to your Laravel 5.5+ Validation Rules, (*2)

Install

Install with composer:, (*3)

composer require rap2hpoutre/uuid-rule

Usage

In your controllers, add the validation with your other rules:, (*4)

$request->validate([
    'email' => 'required|string|email'
    'uuid' => ['required', new \Rap2hpoutre\UuidRule\UuidRule],
]);

The Versions

21/02 2018

dev-master

9999999-dev

add a UUID validation rule

  Sources   Download

MIT

The Requires

 

The Development Requires

by rap2h

laravel uuid library package

21/02 2018

v0.1.0

0.1.0.0

add a UUID validation rule

  Sources   Download

MIT

The Requires

 

The Development Requires

by rap2h

laravel uuid library package

11/10 2017

v0.0.3

0.0.3.0

add a UUID validation rule

  Sources   Download

MIT

The Requires

 

by rap2h

laravel uuid library package

11/10 2017

v0.0.2

0.0.2.0

add a UUID validation rule

  Sources   Download

MIT

The Requires

 

by rap2h

laravel uuid library package

11/10 2017

v0.0.1

0.0.1.0

add a UUID validation rule

  Sources   Download

MIT

The Requires

 

by rap2h

laravel uuid library package