Waavi / translation

Better translation management for Laravel
MIT License
360 stars 167 forks source link

How to use model attribute translation? #142

Open divdax opened 6 years ago

divdax commented 6 years ago

Given that i have a model with name_translation and save the model the translation column is filled but the translation is missing in the translator_translations table. How to create the translation entries when saving a model? I don't want to create the entries via migration files...