Validator::guessColumnForQuery()
  • References/PHP/Laravel/Validation

string guessColumnForQuery(string $attribute) Guess the database column

2025-01-10 15:47:30
Rule::hasMacro()
  • References/PHP/Laravel/Validation

static bool hasMacro(string $name) Checks if macro is registered

2025-01-10 15:47:30
Factory::getTranslator()
  • References/PHP/Laravel/Validation

TranslatorInterface getTranslator() Get the Translator implementation.

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::whereNot()
  • References/PHP/Laravel/Validation/Rules

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

2025-01-10 15:47:30
Validator::getCustomAttributes()
  • References/PHP/Laravel/Validation

array getCustomAttributes() Get the custom attributes used by the validator

2025-01-10 15:47:30
ValidationException::getResponse()
  • References/PHP/Laravel/Validation

Response|null getResponse() Get the underlying response instance.

2025-01-10 15:47:30
Validator::getDisplayableValue()
  • References/PHP/Laravel/Validation

string getDisplayableValue(string $attribute, mixed $value) Get the displayable

2025-01-10 15:47:30
PresenceVerifierInterface::getCount()
  • References/PHP/Laravel/Validation

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array())

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

Exists class Exists (

2025-01-10 15:47:30