terranet / translatable
A Laravel package for multilingual models
Installs: 8 837
Dependents: 4
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
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.