TerranetMD / translatable by endihunter

A Laravel package for multilingual models
8,698
2
2
Package Data
Maintainer Username: endihunter
Package Create Date: 2016-09-26
Package Last Update: 2019-03-20
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 03:04:12
Package Statistics
Total Downloads: 8,698
Monthly Downloads: 8
Daily Downloads: 1
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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.