raymondidema/validator

Yet Another Form Validator

1.0.3 2014-08-20 11:07 UTC

This package is not auto-updated.

Last update: 2024-03-11 23:34:22 UTC


README

Place this is your app/start/global.php

App::error(function(Raymondidema\Validator\FormValidatorException $exception, $code)
{
    return Redirect::back()->withErrors($exception->getErrors())->withInput();
});