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
Comments
Post a Comment