terranet/translatable

A Laravel package for multilingual models

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

This package is not auto-updated.

Last update: 2024-03-16 16:47:38 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.