Skip to content

Instantly share code, notes, and snippets.

@spinegar
Created December 2, 2013 19:37
if(!$this->validator->validate(Input::all()))
{
return Redirect::back()->withErrors($this->validator->errors())->withInput();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment