Astrotomic / laravel-translatable

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

Improved documentation for the properties inside Translatable trait #377

Closed Eyad-Bereh closed 4 months ago

Eyad-Bereh commented 5 months ago

This pull request improves the installation section of the documentation by adding details regarding the undocumented $localeKey and the $translationModel attributes defined inside the Astrotomic\Translatable\Translatable trait.

There's a reference to these attributes under the FAQ section of the documentation, but honestly: who reads the FAQ?

This pull request can ease a developer's life by cutting the required time to query a search engine for questions like (Laravel translations eloquent - How to specify a different name and locale key for the translation model ?)

Eyad-Bereh commented 4 months ago

Any updates here ?