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
Would it be possible to add a config option in config/translator.php to use different names for the database tables used?
Like: 'translations_table' => env('TRANSLATOR_TRANSLATION_TABLE', 'translator_translations'), 'languages_table' => env('TRANSLATOR_LANGUAGES_TABLE', 'translator_languages'),
and set the table attribute in their respective models
Or maybe an easier way to extend the Language and Translation Repository and table models
The text was updated successfully, but these errors were encountered:
Would it be possible to add a config option in
config/translator.php
to use different names for the database tables used?Like:
'translations_table' => env('TRANSLATOR_TRANSLATION_TABLE', 'translator_translations'),
'languages_table' => env('TRANSLATOR_LANGUAGES_TABLE', 'translator_languages'),
and set the
table
attribute in their respective modelsOr maybe an easier way to extend the Language and Translation Repository and table models
The text was updated successfully, but these errors were encountered: