x-laravel / validation-color-extend
Color validation extend package for Laravel.
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/x-laravel/validation-color-extend
Requires
- php: >=7.0
- illuminate/support: >=5.5
This package is auto-updated.
Last update: 2025-10-11 16:01:46 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.