class
Illuminate
/
Validation
/
Rules
/
Exists
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Exists
Uses
Methods
public
withoutTrashed ( $deletedAtColumn ) : $this
Ignore soft deleted models during the existence check.
Parameters
- $deletedAtColumn string
public
__toString ( ) : string
Convert the rule to a validation string.