Tags: sourcetoad/rule-helper-for-laravel
Tags
Strict boolean and numeric as individual functions (#58) * update: increased minimum laravel version * update: added strict boolean option * update: added strict numeric option * refactor: switch to separate rule function rather than flag * docs: added deprecation note
Add `anyOf` and `in_array_keys` (#56) * docs: updated link to point at 12.x * update: added in array keys rule * update: added any of rule * refactor: add missing return type * refactor: switch to shared defined rule type * refactor: leave unwrapping to laravel
Next version (#52) * update: switched date rule to return the fluent interface * update: switched email rule to return the fluent interface * update: switched file rule to return the fluent interface * update: switched image rule to return the fluent interface * test: cleared mime types mock before each run * build: updated dependencies * docs: updated upgrade guide * build: remove non-stable dependencies * docs: added version compatibility table
Sync with docs (#50) * refactor: updated before and after rules to call out related field ability * update: added support for ascii limited alpha rules * update: added support for date format with many supported * update: allowed null for required unless * update: added support for timezone constraints * docs: brought docs in line with current laravel docs
Array updates (#45) * docs: updated max and min descriptions to match documentation * update: switch to array rule class for enum key support * docs: updated boolean descriptions to match documentation * update: added contains rule helper * docs: added version to upgrade guide
PreviousNext