I have some trouble with validation in Laravel 5.2 When i try validate request in controller like this
$this->validate($request, [ \'title
Try to replace:
->withErrors($validator, 'error');
with:
->withErrors($validator);