Skip to content

Instantly share code, notes, and snippets.

@spinegar
Created December 2, 2013 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spinegar/7756205 to your computer and use it in GitHub Desktop.
Save spinegar/7756205 to your computer and use it in GitHub Desktop.
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