Open leoshiva8760 opened 9 months ago
I have added validation in laravel along with attribute keys for translation
'unique' => 'The :attribute has already been taken.', 'attributes' => array ( 'email' => 'Test Email', ),
TRANSLATION_DRIVER = file - its working properly TRANSLATION_DRIVER = database - its not working.
Is there any update about this issue ?
Same problem here. Any solutions for that issue?
I have added validation in laravel along with attribute keys for translation
'unique' => 'The :attribute has already been taken.', 'attributes' => array ( 'email' => 'Test Email', ),
TRANSLATION_DRIVER = file - its working properly TRANSLATION_DRIVER = database - its not working.