Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.23k stars 155 forks source link

feat: Support relational model query on demand #286

Closed hmingv closed 2 years ago

hmingv commented 2 years ago

The select * statement will no longer appear when eloquent_relationship_only_translated_attributes is turned on in the configuration file. Easier to comply with company norms.