Skip to content

Tags: korridor/laravel-model-validation-rules

Tags

3.3.0

Updated readme

3.2.0

Add make and uuid functions

3.1.0

Add option to include soft deleted models

3.0.0

Laravel 10 support

2.1.1

Updated readme

2.1.0

Added better language support; Refactored test cases; Added missing t…

…ype definitions

2.0.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Added laravel 8 support (#7)

2.0.2

Added link to coverage report

2.0.1

Formatted code (StyleCI)

2.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from korridor/feature/unique_eloquent

Added UniqueEloquent rule; Renamed ExistEloquent to ExistsEloquent