Skip to content

Releases: laravel-validators/foundation

v0.2.0

13 Jan 20:07
Compare
Choose a tag to compare

Support Laravel 5.4

v0.1.0

01 Sep 19:20
Compare
Choose a tag to compare
  • Register custom validators via a ValidationServiceProvider.
  • Sanitize values before executing a validator if a sanitize method exists on Validator.
  • Specify error message if message method exists on Validator.