ee0db0307e
docs(Validator): Expand documentation with complete rules reference
2026-09-03 18:22:52 -03:00
44cbe6bbdc
feat(validator): add file upload validation rules
2026-09-03 18:07:54 -03:00
31728af351
docs: Clarify phpdoc
2026-09-03 16:12:54 -03:00
4845d14ef5
chore(validator): suppress PHPCS rule for non-camel-case method
2026-09-03 15:59:48 -03:00
aca4e732ed
feat(validation): Add human-readable validation error messages
2026-09-03 15:59:36 -03:00
f475c9125f
feat(Validator): Add confirmed, required_with, and required_if rules
2026-09-03 15:03:28 -03:00
4fe7314389
feat(Validator): Add regex and date validation methods
2026-09-03 14:42:15 -03:00
1f366830bc
feat(validation): add type and size-based validation methods
...
Add string, array, min, max, between, and size validators to the
Validator class. A private measure helper centralizes size semantics
for numbers (value), strings (length), and arrays (element count).
2026-09-03 14:35:02 -03:00
15df7c8d96
refactor(Validator): improve rule argument parsing
2026-09-03 14:20:02 -03:00
7f62e06ff9
docs: Improve documentation and translate comments to English
2025-10-10 21:18:22 -03:00
674c9d5ff4
fix(validator): Improve filter_var robustness in validation methods
2025-10-10 21:17:41 -03:00
c9f467345b
BREAKING CHANGE: Adhere to PSR-12 coding standards.
...
- Model: where_in method was renamed as whereIn.
2025-09-07 11:07:07 -03:00
73b7b8f72a
Change required valitator to not allow empty values and add exists.
...
The exists validator do the same as the old required.
2024-09-18 14:33:33 -04:00
406f9a10a1
Add head comment.
2024-05-25 17:19:08 -04:00
cc3cb6be41
Fix: a return was forgot.
2024-05-25 17:11:07 -04:00
59fff2a586
Add validation on Request.
2024-05-25 16:59:59 -04:00