PHPackages                             hostitonline/laravel-translator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hostitonline/laravel-translator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hostitonline/laravel-translator
===============================

Translate models directly

v1.0.5(1y ago)19MITPHPPHP &gt;=8.3CI failing

Since May 7Pushed 1y agoCompare

[ Source](https://github.com/hostit-online/laravel-translator)[ Packagist](https://packagist.org/packages/hostitonline/laravel-translator)[ RSS](/packages/hostitonline-laravel-translator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

LaravelTranslations
===================

[](#laraveltranslations)

Installation, Configuration and Usage
-------------------------------------

[](#installation-configuration-and-usage)

To install run `composer require hostitonline/laravel-translator`

What does this package do?
--------------------------

[](#what-does-this-package-do)

This package will allow seamless translation integration with your laravel project. Most packages require you to define a relationship on your model and then call the relationship to display your translation. This package will remove this requirement to keep your code clean!

How to use it?
--------------

[](#how-to-use-it)

Model:

```
