Looking to hire Laravel developers? Try LaraJobs

validation-color-extend maintained by x-laravel

Description
Color validation extend package for Laravel.
Last update
2023/11/11 12:51 (dev-master)
License
Links
Downloads
58

Comments
comments powered by Disqus

X-Laravel - Validation Color Extend Package

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.