laravel-validator icon indicating copy to clipboard operation
laravel-validator copied to clipboard

support "Conditionally Adding Rules"

Open devmark opened this issue 10 years ago • 1 comments

something like:

$v->sometimes('reason', 'required|max:500', function($input)
{
    return $input->games >= 100;
});

devmark avatar Apr 21 '15 06:04 devmark

I've been very busy in recent months with my work projects, which eventually pulling away of my personal projects, so it could not provide the necessary support to you, I am more relaxed now and I'm checking all the issues in order to work on fixes and new implementations, apologize to everyone.

andersao avatar Dec 24 '15 02:12 andersao