validation-color-extend maintained by x-laravel
Description
Color validation extend package for Laravel.
Author
Last update
2023/11/11 12:51
(dev-master)
License
Downloads
58
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.