Laravel Translatable Versions Save

[Deprecated] A Laravel package for multilingual models

v3.0.1

10 years ago

Fixed php version requirement in composer.json file.

v3.0.0

10 years ago
  • Fixed bug #7. Model's Translations were deleted when the model delete failed.

v2.0.0

10 years ago
  • Translatable is now a trait and can be used as add-on to your models.
  • 100% code coverage

v1.0.1

10 years ago

Updated docs and comments.