PHP Laravel Validation
Nullable vs. Sometimes
The more fields you are validating, the more chance you don't actually need all of them to process what you're doing.
Anthony Rappa
Laravel Validation 101, Controllers, Form Requests, & Rules
A core part of any project is understanding how to validate the incoming request from your users.