NotIn::__toString()
  • References/PHP/Laravel/Validation/Rules

string __toString() Convert the rule to a validation string.

2025-01-10 15:47:30
Exists::__construct()
  • References/PHP/Laravel/Validation/Rules

void __construct(string $table, string $column = 'NULL') Create a new exists

2025-01-10 15:47:30
Dimensions::__construct()
  • References/PHP/Laravel/Validation/Rules

void __construct(array $constraints = array()) Create a new dimensions

2025-01-10 15:47:30
Exists::whereNotNull()
  • References/PHP/Laravel/Validation/Rules

$this whereNotNull(string $column) Set a "where not null" constraint on

2025-01-10 15:47:30
Unique::__construct()
  • References/PHP/Laravel/Validation/Rules

void __construct(string $table, string $column = 'NULL') Create a new unique

2025-01-10 15:47:30
Unique::ignore()
  • References/PHP/Laravel/Validation/Rules

$this ignore(mixed $id, string $idColumn = 'id') Ignore the given ID during

2025-01-10 15:47:30
Unique::whereNot()
  • References/PHP/Laravel/Validation/Rules

$this whereNot(string $column, string $value) Set a "where not" constraint

2025-01-10 15:47:30
Dimensions::minHeight()
  • References/PHP/Laravel/Validation/Rules

$this minHeight(int $value) Set the "min height" constraint.

2025-01-10 15:47:30
Exists::queryCallbacks()
  • References/PHP/Laravel/Validation/Rules

array queryCallbacks() Get the custom query callbacks for the rule.

2025-01-10 15:47:30
Unique::where()
  • References/PHP/Laravel/Validation/Rules

$this where(string $column, string $value = null) Set a "where" constraint

2025-01-10 15:47:30