felixkiss / uniquewith-validator

Custom Laravel Validator for combined unique indexes
MIT License
389 stars 129 forks source link

its not working with database connection #94

Closed xyrintech closed 5 years ago

xyrintech commented 6 years ago

'doc_number' => ['required', 'unique_with:tenant.invoices,doc_number, type'.$invoice_id],

Here tenant is database connection name, basically I am usiung hyn_multi tenant package.

felixkiss commented 5 years ago

Check out #99