php - Where is Validator::make() method in laravel 5.2 -


i've started learning laravel 5.2, i've used validator::make($request, $options) method while following laravel-5 quick start guide, unable find make method in validator class or class implements, searched in files , found method in container interface, don't know how hooked validator class. thanks,

as per facade class reference:

facade      class                           service container binding validator   illuminate\validation\factory   validator 

illuminate\validation\factory@make

laravel 5.2 - facade class reference


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -