You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i want to set combination field and the custom name, how does this work? I have the field "locale" thats the combination field and i have als title in place of en.title.
The text was updated successfully, but these errors were encountered:
I want to validate multiple fields, i can do this with this:
$rules['en.title'] = 'required|between:4,65|unique_with:product_translation, en.title = title, '.$id.' = product_id';
But i want to set combination field and the custom name, how does this work? I have the field "locale" thats the combination field and i have als title in place of en.title.
The text was updated successfully, but these errors were encountered: