raymondidema/validator

Yet Another Form Validator

Maintainers

Details

github.com/raymondidema/validator

Installs: 62

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/raymondidema/validator

1.0.3 2014-08-20 11:07 UTC

This package is not auto-updated.

Last update: 2025-09-23 07:17:10 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();
});