DEV Community

Bhagwan Sawant
Bhagwan Sawant

Posted on

Laravel unique validation

I have a table car_makes, in that I want to check unique validation on all columns, but at the time of update I want to ignore this validation on itself. I'm using laravel 5.2. Please give me suggestion how to do it.

Thanks in advance.

Top comments (0)