An open API service indexing awesome lists of open source software.

https://github.com/sysvale/validation-rules

A Laravel library with useful custom validation rules
https://github.com/sysvale/validation-rules

Last synced: about 1 year ago
JSON representation

A Laravel library with useful custom validation rules

Awesome Lists containing this project

README

          

# Validation Rules

A Laravel library with useful custom validation rules

## Installation
```bash
composer require sysvale/validation-rules
```

## Translations
If you wish to edit the package error messages, you can publish lang file

```bash
php artisan vendor:publish --tag="sysvale-validation-rules-messages"
```

## Development
- Set up environment
```bash
docker-composer up -d
```

- Install dependencies
```bash
./docker-exec.sh composer update
```

- Run tests
```bash
./docker-exec.sh vendor/bin/phpunit
```