sourcetoad/rule-helper-for-laravel
Fluent helpers for building Laravel validation rules. Use RuleSet to chain required/unique/max and add custom rules, or Rule for static rule builders. Supports reusable defined rule sets and extras like requiredIfAll/requiredIfAny for complex conditions.
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v6.2.0...v6.3.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v6.1.0...v6.2.0
anyOf and in_array_keys in https://github.com/sourcetoad/rule-helper-for-laravel/pull/56Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v6.0.0...v6.1.0
date, email, file, and image rules to fluent rule configuration and update Laravel support in https://github.com/sourcetoad/rule-helper-for-laravel/pull/52Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.6.0...v6.0.0
prohibited_if_accepted and prohibited_if_declined in https://github.com/sourcetoad/rule-helper-for-laravel/pull/53Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.5.0...v5.6.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.4.0...v5.5.0
timezonerequiredUnlessdateFormatalpha[Dash/Digits]Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.3.1...v5.4.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.3.0...v5.3.1
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.2.0...v5.3.0
contains rule and array update in https://github.com/sourcetoad/rule-helper-for-laravel/pull/45Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.1.0...v5.2.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v5.0.0...v5.1.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.3.0...v5.0.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.2.2...v4.3.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.2.1...v4.2.2
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.2.0...v4.2.1
extensions https://github.com/sourcetoad/rule-helper-for-laravel/pull/38Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.1.0...v4.2.0
present_if, present_unless, present_with, present_with_all, and hex_color https://github.com/sourcetoad/rule-helper-for-laravel/pull/36Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v4.0.0...v4.1.0
enum and can https://github.com/sourcetoad/rule-helper-for-laravel/pull/35Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v3.2.1...v4.0.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v3.2.0...v3.2.1
password helper https://github.com/sourcetoad/rule-helper-for-laravel/pull/32between rule https://github.com/sourcetoad/rule-helper-for-laravel/pull/33If upgrading directly from 1.0, this changes the meaning of the password helper, see upgrade guide for more information.
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v3.1.0...v3.2.0
missing, missing_if, missing_unless, missing_with, and missing_with_all https://github.com/sourcetoad/rule-helper-for-laravel/pull/28Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v3.0.0...v3.1.0
forEach removed due to array flatten changes made in Laravel's explodeWildcardRules preventing us from including NestedRules in a rule array.doesnt_start_with and doesnt_end_with added https://github.com/sourcetoad/rule-helper-for-laravel/pull/24min_digits, max_digits, required_if_accepted, lowercase, uppercase added. forEach removed https://github.com/sourcetoad/rule-helper-for-laravel/pull/25ascii, ulid, and decimal added https://github.com/sourcetoad/rule-helper-for-laravel/pull/26Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v2.0.0...v3.0.0
Full Changelog: https://github.com/sourcetoad/rule-helper-for-laravel/compare/v1.0.0...v2.0.0
Initial release
How can I help you explore Laravel packages today?