laravel-validation-rules/colour

Validate colours
302,353 34
Install
composer require laravel-validation-rules/colour
Latest Version:1.7.0
License:Apache-2.0
Last Updated:Mar 23, 2024
Links: GitHub  ·  Packagist
Maintainer: clarkeash

Colour

Validates colours, currently supporting hex codes only.

Installation

composer require laravel-validation-rules/colour

Usage

use LVR\Colour\Hex;

$request->validate([
    'colour' => ['required', new Hex],
]);

Related Packages

propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

41,379,100 3,024
prettus/laravel-validation

Laravel Validation Service

11,605,477 406
pixelpeter/laravel5-isocodes-validation

Laravel 5 wrapper for the IsoCodes Validation library from ronanguilloux

87,796 19
skysplit/laravel5-intl-translation

Laravel 5 package for better translation syntax using php-intl extension

106,714 10
proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rul...

2,398,591 1,142