raymondidema/validator

另一个表单验证器

1.0.3 2014-08-20 11:07 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:06:33 UTC


README

将此放在您的应用/start/global.php中

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