Hello guys !!
i just installed Laravel 5 after watching L5 series here in Laracast, after i dig in the form requests i found there is a new method called sanitize
public function sanitize()
{
return $this->all();
}
i have just play with it, i think it sanitize the data that return from it, in the code above, it sanitize all input from the request !
but i can't see where it get invoked ?!