R

Ravina • 3.96K Points
Extraordinary

Q. What does the 'nullable' validation rule allow?

  • (A) Skips validation
  • (B) Allows null values
  • (C) Validates only integers
  • (D) Enables optional fields to skip required check
  • Correct Answer - Option(B)
  • Views: 27
  • Filed under category Laravel
  • Hashtags:

Explanation by: Ravina
'nullable' allows a field to be null even if it has other rules.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.