From e64fa13b036ffce2dec3e31eec716307c3cdd3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilal=20G=C3=BCltekin?= <1005480+bgultekin@users.noreply.github.com> Date: Sat, 24 Feb 2018 15:07:25 +0300 Subject: [PATCH] Travis image is added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5365b60..0aaf840 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Laravalid +# Laravalid [![Build Status](https://travis-ci.org/bgultekin/laravalid.svg?branch=master)](https://travis-ci.org/bgultekin/laravalid) #### Laravel Validation For Client Side This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.