spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: can I get all translations from one language?

axtg opened this issue · comments

I have a table with let's say translated product titles, I want to get all English translations for title.
From the docs I haven't figured out how to do so. If at all possible?