x-laravel / validation-color-extend
Color validation extend package for Laravel.
v1.0.0
2023-11-11 11:51 UTC
Requires
- php: >=7.0
- illuminate/support: >=5.5
This package is auto-updated.
Last update: 2024-10-11 13:59:08 UTC
README
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.