Excellent Reference to Laravel Validation

There is an excellent post here related how the request validation works internally to the Laravel framework.  This is a great read for anyone interested in gaining more in depth understanding of the internals.

Laravel’s Request Validation decoded
Are you looking for a slick way for validating your incoming requests on yourPHP web application? Or you are already using Laravel’s Request Validation, butyou want to have deeper understanding on what is going on? Then you are at theright place, because I will try to break this down and explain …