andersao / laravel-validator

Laravel Validation Service
http://andersao.github.io/laravel-validator
MIT License
411 stars 82 forks source link

How to validate nested json and array? #8

Closed DesmondPang closed 8 years ago

DesmondPang commented 8 years ago

I tried this but did not work.

  ValidatorInterface::RULE_CREATE => [
        'title'  => 'required|min:3',
        'extras.type' => 'required',
    ],
andersao commented 8 years ago

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.