This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# Changes History
22
3+ 1.0.13
4+ ------
5+ Added missed modelExists() description for intellisence this method in nested rules calls
6+
371.0.12
48------
59Added modelExists() to check that identifier exists among passed model class instances
Original file line number Diff line number Diff line change 1111 * @method ImageRuleSet dimensions(array $constraints) Get a dimensions constraint builder instance.
1212 * @method GenericRuleSet exists(string $table, string $column, \Closure $closure = null) Get a exists constraint builder instance.
1313 * @method GenericRuleSet unique(string $table, string $column, \Closure $closure = null) Get a unique constraint builder instance.
14+ * @method GenericRuleSet modelExists(string $modelClass, \Closure $closure = null) Get a exists constraint builder instance by model class.
1415 *
1516 * @method StringRuleSet activeUrl() The field under validation must have a valid A or AAAA record according to the dns_get_record PHP function.
1617 * @method StringRuleSet alpha() The field under validation must be entirely alphabetic characters.
You can’t perform that action at this time.
0 commit comments