illuminate vie middleware shareerrorsfromsessions middleware
AcceptedAccepted IfActive URLAfter (Date)After Or Equal (Date)AlphaAlpha DashAlpha NumericArrayBailBefore (Date)Before Or Equal (Date)BetweenBooleanConfirmedCurrent PasswordDateDate EqualsDate FormatDeclinedDeclined IfDifferentDigitsDigits BetweenDimensions (Image Files)DistinctEmailEnds WithEnumExcludeExclude IfExclude UnlessExclude WithoutExists (Database)FileFilledGreater ThanGreater Than Or EqualImage (File)InIn ArrayIntegerIP AddressMAC AddressJSONLess ThanLess Than Or EqualMaxMIME TypesMIME Type By File ExtensionMinMultiple OfNot InNot RegexNullableNumericPasswordPresentProhibitedProhibited IfProhibited UnlessProhibitsRegular ExpressionRequiredRequired IfRequired UnlessRequired WithRequired With AllRequired WithoutRequired Without AllSameSizeSometimesStarts WithStringTimezoneUnique (Database)URLUUID
$this ->validate();
$this->validate($request,[]);
Which method is used to validate incoming HTTP Requests?
Marked Answer : validate()
Correct Answer : validate()
The validate() method is provided by _______ object.
Marked Answer : IlluminateHttpValidate
Correct Answer : Illuminate\Http\Request
Which validation rule is used to Stopping On First Validation Failure?
Marked Answer : unique
Correct Answer : bail
Which variable is shared with all of application's views?
Marked Answer : $error
Correct Answer : $errors
____ Blade directive is used to determine if validation error messages exist for a given attribute.
Marked Answer : "@error"
Correct Answer : "@error"
No comments:
Post a Comment