Package Data | |
---|---|
Maintainer Username: | endihunter |
Package Create Date: | 2016-09-26 |
Package Last Update: | 2019-03-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:08:00 |
Package Statistics | |
---|---|
Total Downloads: | 8,837 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.