It seems like that the Validator::make($input, $rules) is not working when I try to validate the request. The added prefix of "\" makes the job done.
What is the reason behind this mark use since lots of the documentation and lectures don't make use of it?