You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#Laravalid
1
+
#Laravalid
2
2
#### Laravel Validation For Client Side
3
3
4
4
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.
@@ -13,7 +13,7 @@ This package makes validation rules defined in laravel work client-side by conve
13
13
-[Plugins and Supported Rules](#plugins-and-supported-rules)
14
14
-[Known Issues](#knownissues)
15
15
-[To Do](#todo)
16
-
-[Changelog](#changelog)
16
+
-[Contributors](#contributors)
17
17
-[Licence](#licence)
18
18
19
19
@@ -260,9 +260,13 @@ You can look at existed methods and plugins to understand how it works. Explanat
260
260
- Improve doc
261
261
- Comment code
262
262
263
-
### Changelog
264
-
**v1.0**
265
-
- Initial commit
263
+
### Contributors
264
+
-@bllim
265
+
-@phpspider
266
+
-@jannispl
267
+
-@rene-springmann
268
+
269
+
and [more](https://github.com/bllim/laravalid/graphs/contributors)
0 commit comments