Skip to content

x-laravel/validation-color-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Laravel - Validation Color Extend Package

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

Color validation extend package for Laravel.

Requirements

Laravel >=5.5. Other than that, this library has no requirements.

Install

$ composer require x-laravel/validation-color-extend

Example Usage

$this->validate($request, ['theme.background' => 'required|color']);

License

This package is open source software licensed under the MIT license.