terranet/translatable

A Laravel package for multilingual models
9,037 2
Install
composer require terranet/translatable
Latest Version:v1.2.5
PHP:>=5.4.0
License:MIT
Last Updated:Mar 20, 2019
Links: GitHub  ·  Packagist
Maintainer: endihunter

Laravel Translatable / Admin Architect Translation package

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.