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.
44,002,337
3,033
pixelpeter/laravel5-isocodes-validation
Laravel 5 wrapper for the IsoCodes Validation library from ronanguilloux
87,867
19
skysplit/laravel5-intl-translation
Laravel 5 package for better translation syntax using php-intl extension
106,829
10
proengsoft/laravel-jsvalidation
Validate forms transparently with Javascript reusing your Laravel Validation Rul...
2,445,464
1,140