laravel-validation-rules/colour
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
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