brackets/translatable
Translatable
Translatable makes your content translatable in defined languages (locales). To sum up, the package:
- publishes a config, that defines locales (languages) used in your project,
- introduces a
HasTranslationstrait that makes your Eloquent model translatable (extendingspatie/laravel-translatable), - introduces a
TranslatableFormRequestclass that you can use as a base class for your Request classes to extend from, which simplify the definition of the rules for translatable data.
You can find full documentation at https://docs.getcraftable.com/#/translatable
Related Packages
folklore/eloquent-localizable
Laravel 4 and 5 package to add localization capabilities to Eloquent Models
1,323
5