
Validation::class is a different approach to data validation. it attempts to simplify and centralize data validation rules to ensure dry (don't repeat yourself) code. the primary intent is to provide a simplistic validation workflow and promote (validation) code reuse.