Tom Breese
e3c6331380
required-conditionals; fixing field typo in readme
2018-10-14 15:32:30 -04:00
Tom Breese
c8c428b3cd
required-conditionals; fixing missing semi colon in readme
2018-10-14 15:30:13 -04:00
Tom Breese
17c2f05168
required-conditionals; adding requiredwith and requiredWithout for conditional requirements
2018-10-14 15:27:37 -04:00
Tom Breese
ac5148995e
usage-docs; adding dot notation usage
2018-10-13 13:06:00 -04:00
Tom Breese
d3171b8872
Adding examples for regular and alternate syntax to docs
2018-10-13 12:57:50 -04:00
misantron
ee2ed6c3b9
Change validation rule to 'subset', document and translation fixes
2018-09-23 00:53:19 +03:00
misantron
f70e27af56
Merge remote master branch
2018-09-22 16:35:15 +03:00
peterkinamo
46ccdf1ace
ascii, ipv4 and ipv6 rules added to README.md
2018-08-03 13:38:39 +02:00
misantron
c4be38862b
Validation fixes
2018-04-20 21:00:34 +03:00
misantron
48dcdc7248
Merge remote-tracking branch 'remotes/upstream/master' into validators-patch
2018-03-05 22:21:09 +03:00
Willem Wollebrants
59f04de714
Merge pull request #238 from thinkjson/master
...
Documentation: numeric array validation example
2018-02-10 14:08:25 +01:00
Mark Cahill
fd1b55ad21
Fulfilling documentation request for numeric array validation
2018-02-05 07:15:00 -05:00
Willem Wollebrants
f8e69683af
add emailDNS validator to documentation
2018-01-31 16:20:58 +01:00
misantron
d9a466b833
Array contains and unique validators added, code style fixes
2017-10-26 23:09:45 +03:00
Willem Wollebrants
9a45f79b58
Explain required-rule parameter
2017-08-28 21:59:40 +02:00
Willem Wollebrants
80457c510c
mapFieldRules documentation
2017-02-09 20:46:08 +01:00
Marcel Prince
a09ac827c6
Add boolean rule to README & remove unnecessary ternary
2017-01-24 16:07:48 -08:00
Willem Wollebrants
768a26c7f4
Add note about re-usability to readme
2016-12-09 11:50:13 +01:00
Matteo Kloiber
ebbeca46af
Updated README.md
2016-11-06 01:46:34 +01:00
Willem Wollebrants
bb181072f4
added "optional" rule
2016-03-15 22:14:19 +01:00
Chris Van Patten
920fefc05a
update README to include $fields callback param in code example
2016-01-05 09:57:16 -05:00
Mark Cahill
c197b10891
Validation of nested arrays, closes #8
2014-09-08 10:40:53 -04:00
Victor Bjelkholm
60bb8f0287
Add instanceOf to rules in readme.md
2014-07-14 19:35:35 +02:00
Vance Lucas
a7cb935ec5
Update README with note on the BCMath extension
2014-07-07 09:05:41 -05:00
Kilte
8871f81476
Add min/max-length validators
2014-01-25 21:18:42 +04:00
Vance Lucas
7f058268fe
Remove monthly downloads count badge from README
2014-01-11 21:46:43 -06:00
Vance Lucas
2678a9c586
Merge pull request #44 from willishq/feature/credit-card-validation
...
Added credit card validation for Visa, Mastercard, American Express, Din...
2014-01-11 19:44:47 -08:00
Andrew Willis
8d29868ee7
discover -y
2014-01-10 19:38:22 +00:00
Andrew Willis
24a757d079
Added some packagist badges
2014-01-10 07:10:52 +00:00
Andrew Willis
efba2d8cf1
oops… (newline / whitespace)
2014-01-09 22:22:00 +00:00
Andrew Willis
da76fde359
oops… (newline)
2014-01-09 22:20:04 +00:00
Andrew Willis
322df8b021
added docblock and readme docs for using the new filter
2014-01-09 22:18:29 +00:00
Kilte
d55305268b
Update README.md
2014-01-07 00:08:45 +04:00
chrissound
4c21ee2b84
Fixed wrong parameter format in readme
2013-08-31 16:15:58 +01:00
Marcos Neves
2dd9fa79a3
add global static lang support and sample to README.md
2013-08-16 12:20:25 -03:00
Vance Lucas
07866b56cc
Update README.md
2013-05-13 09:22:58 -05:00
Andrew Smith
366450a1e0
fixed typo on labels method
2013-05-13 13:18:16 +01:00
Andrew Smith
4a14b0e13e
Added in field labels to allow user to label fields with a different name than the actual label defined in the html.
2013-05-13 13:16:22 +01:00
Vance Lucas
9e13e8ef82
Merge pull request #6 from spekkionu/master
...
Fixed some typos in messages and documentation.
2013-03-20 07:09:16 -07:00
Jonathan Bernardi
922f3546bd
Fix some typos.
2013-03-19 11:09:39 -08:00
Pascal Borreli
0ada9f2ad6
Fixed typos
2013-03-06 01:54:59 +00:00
Vance Lucas
c049a8f380
Merge branch 'add-rules-in-bulk'
2013-03-05 18:01:35 -06:00
Joel Clermont
4ed332c66e
update README for bulk rule method
2013-03-05 17:54:05 -06:00
Vance Lucas
76105e277b
Add php code highlighting to code blocks in README
2013-03-05 16:26:09 -06:00
Vance Lucas
eee2cc299e
Merge branch 'validation-updates' ( closes #3 )
2013-03-05 14:13:03 -06:00
Chris Cornutt
24f26b75e9
adding "contains" to the README
2013-03-05 09:45:58 -06:00
Vance Lucas
fdaa2d6502
README update to clarify testing requirements
2013-03-05 09:33:33 -06:00
Vance Lucas
650db517b4
Add example for adeding custom validation rules
2013-02-06 14:13:22 -06:00
Vance Lucas
85b359babe
Removed missing method passthru for leaner API
...
* Remove __call in favor of more explicit `rule` method - smaller API
to maintain without magic method use
* Updated README with current supported rules
2013-02-04 18:07:18 -06:00
Vance Lucas
1c387a67c0
README update
2013-01-31 17:20:27 -06:00