This packages hopes to provide you with a lot of useful additional validation rules :)
Laravel Extended Validation requires PHP >= 7.3 and works with Laravel >= 7.0 (and higher).
composer require sandervankasteel/laravel-extended-validation
Laravel Extended Validation has been tested against the following PHP and Laravel version combinations
PHP 7.3 | PHP 7.4 | PHP 8.0 | PHP 8.1 | PHP 8.2 | |
---|---|---|---|---|---|
Laravel 7.0 | ✅ | ✅ | ✅ | ❌ | ❌ |
Laravel 8.0 | ✅ | ✅ | ✅ | ✅ | ✅ |
Laravel 9.0 | ❌ | ❌ | ✅ | ✅ | ✅ |
All validation rules can be used as any regular Rule object, as mentioned in the Laravel documentation.