Realeas version 0.6.0
[0.6.0] - 2022-03-01
Added method to check form submitted validator->submitted().
Added method to check validation and form submitted validator->passed().
Added method to check validation and form submitted validator->fails().
Adding validation from method Validator::make($field, $closure) using param $closure as validpool closuser.
Added method to filter field rule base on field which need to use. validator->only() use specified field, validator->except() inverse of only.
What's Changed
- Submitted check (form post) by @anggerpradana in #21
Full Changelog: v0.5.1...v0.6.0