terranet/translatable

A Laravel package for multilingual models

Maintainers

Package info

github.com/TerranetMD/translatable

pkg:composer/terranet/translatable

Statistics

Installs: 9 032

Dependents: 4

Suggesters: 0

Stars: 2

Open Issues: 0

v1.2.5 2019-03-20 08:04 UTC

This package is not auto-updated.

Last update: 2026-03-15 03:34:17 UTC


README

This is a Laravel package for translatable models. Its goal is to remove the complexity in retrieving and storing multilingual model instances.

With this package you write less code, as the translations are being fetched/saved when you fetch/save your instance.

If you want to store translations of your models into the database, this package is for you.