raymondidema/validator

Yet Another Form Validator

1.0.3 2014-08-20 11:07 UTC

This package is not auto-updated.

Last update: 2025-04-08 05:01:33 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();
});