PHPackages                             hexadog/laravel-translation-manager - 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. hexadog/laravel-translation-manager

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

hexadog/laravel-translation-manager
===================================

Laravel Translation management package

v0.5.0(2y ago)66.8k↓46.2%6MITPHP

Since Jan 18Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/cf7f2332b4a0b12d5a495285b2125c5b1e555fcf7458b6bc0cfdf8c71e639afb/68747470733a2f2f706f7365722e707567782e6f72672f68657861646f672f6c61726176656c2d7472616e736c6174696f6e2d6d616e616765722f76) ](https://packagist.org/packages/hexadog/laravel-translation-manager) [ ![Total Downloads](https://camo.githubusercontent.com/c98491704c1afa922b49d02217d820dead8365752fcdb4ce7952b21d80058ba3/68747470733a2f2f706f7365722e707567782e6f72672f68657861646f672f6c61726176656c2d7472616e736c6174696f6e2d6d616e616765722f646f776e6c6f616473) ](https://packagist.org/packages/hexadog/laravel-translation-manager) [ ![License](https://camo.githubusercontent.com/008da0fbe3711067660f4ec714eb1f8f31f00d16668600a6288bc063ea57a3f3/68747470733a2f2f706f7365722e707567782e6f72672f68657861646f672f6c61726176656c2d7472616e736c6174696f6e2d6d616e616765722f6c6963656e7365) ](https://packagist.org/packages/hexadog/laravel-themes-manager)

Introduction
------------

[](#introduction)

`hexadog/laravel-translation-manager` is a Laravel package to help you manage your application translation.

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

[](#installation)

This package requires PHP 7.3 and Laravel 7.0 or higher.

To get started, install Translation Manager using Composer:

```
composer require hexadog/laravel-translation-manager
```

The package will automatically register its service provider.

To publish the config file to config/translation-manager.php run:

```
php artisan vendor:publish --provider="Hexadog\TranslationManager\Providers\PackageServiceProvider"
```

Usage
-----

[](#usage)

Translation Manager has many features to help you working with translation

- [Configuration](#configuration)
- [Artisan Commands](#artisan-commands)
    - [Find unused translation](#find-unused-translation)
    - [Find missing translation](#find-missing-translation)

### Configuration

[](#configuration)

This is the default contents of the configuration:

```
