Skip to content

Commit 0db569d

Browse files
committed
Added shields to readme
1 parent 8a023bb commit 0db569d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Laravel model validation rules
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/korridor/laravel-model-validation-rules?style=flat-square)](https://packagist.org/packages/korridor/laravel-model-validation-rules)
4+
[![License](https://img.shields.io/packagist/l/korridor/laravel-model-validation-rules?style=flat-square)](license.md)
5+
[![TravisCI](https://img.shields.io/travis/korridor/laravel-model-validation-rules?style=flat-square)](https://travis-ci.org/korridor/laravel-model-validation-rules)
6+
[![StyleCI](https://styleci.io/repos/208495858/shield)](https://styleci.io/repos/208495858)
7+
38
This package is an alternative to the Laravel built-in validation rules `exist` and `unique`.
49
This has the following advantages:
510

0 commit comments

Comments
 (0)