interface Illuminate / Contracts / Validation / Rule
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Rule

Methods

public

passes ( $attribute , $value ) : bool

Determine if the validation rule passes.

Parameters

  • $attribute string
  • $value mixed
public

message ( ) : string|array

Get the validation error message.