sysvale / validation-rules
A Laravel library with useful custom rules
1.3.4
2024-04-18 18:50 UTC
Requires
- php: >=8.1
- illuminate/validation: ~5.4|^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- ext-zip: *
- mockery/mockery: ^1.4.4
- orchestra/testbench: 7.x
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2026-03-18 23:07:14 UTC
README
A Laravel library with useful custom validation rules
Installation
composer require sysvale/validation-rules
Translations
If you wish to edit the package error messages, you can publish lang file
php artisan vendor:publish --tag="sysvale-validation-rules-messages"
Development
- Set up environment
docker-composer up -d
- Install dependencies
./docker-exec.sh composer update
- Run tests
./docker-exec.sh vendor/bin/phpunit