PHPackages                             khamdullaevuz/laravel-translation - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. khamdullaevuz/laravel-translation

ActiveLibrary[Localization &amp; i18n](/categories/localization)

khamdullaevuz/laravel-translation
=================================

Laravel translation

1.0.2(2y ago)42121PHPPHP ^8.1|^8.0|^7.4

Since Mar 15Pushed 2y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel translation package
===========================

[](#laravel-translation-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f72a22e917dc37c2426692ae4ee1c5e8201b16f55ef1c818845262baed03a39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b68616d64756c6c616576757a2f6c61726176656c2d7472616e736c6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/khamdullaevuz/laravel-translation)[![Total Downloads](https://camo.githubusercontent.com/5f9b10832bfc8f9efb081af789709d731aca27731b3f065b9f5a745b2658b9a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b68616d64756c6c616576757a2f6c61726176656c2d7472616e736c6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/khamdullaevuz/laravel-translation)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require khamdullaevuz/laravel-translation
```

Add the service provider to your `config/app.php`:

```
// config/app.php
'providers' => [
    ...
    Khamdullaevuz\LaravelTranslation\TranslationServiceProvider::class,
];
```

You can run the migrations with:

```
php artisan migrate
```

Usage
-----

[](#usage)

Model

```
