Skip to content

A Laravel library with useful custom validation rules

Notifications You must be signed in to change notification settings

Sysvale/validation-rules

Repository files navigation

Validation Rules

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