1$this->validate( 2 $request, 3 ['thing' => 'required'], 4 ['thing.required' => 'this is my custom error message for required'] 5); 6