PHPackages                             repositoriomaster/laravel-translations - 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. repositoriomaster/laravel-translations

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

repositoriomaster/laravel-translations
======================================

Laravel Translations UI provides a simple way to manage your translations in your Laravel application. It allows you to add, edit, delete and export translations, and it also provides a search functionality to find translations.

1.1(6mo ago)0646MITPHPPHP ^8.4|^8.5

Since Apr 1Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/repositoriomaster/laravel-translations)[ Packagist](https://packagist.org/packages/repositoriomaster/laravel-translations)[ Docs](https://github.com/repositoriomaster/laravel-translations)[ RSS](/packages/repositoriomaster-laravel-translations/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (10)Versions (6)Used By (0)

### Credits Original developer:

[](#credits-original-developer)

### Introduction

[](#introduction)

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management. Currently, the package is integrated with the Google Translate API, allowing you to translate your content into any language of your choice.

> 📺 **[Watch a 4-minute video by Povilas Korop](https://www.youtube.com/watch?v=lYkgXnwnVbw)** showcasing the package.

---

#### Install from Scratch

[](#install-from-scratch)

After uninstallation, perform a fresh installation of the package.

```
composer require repositoriomaster/laravel-translations --with-all-dependencies
```

Before you can access the translations UI, you'll need to publish the package's assets and migrations files by running the following command:

```
php artisan translations:install
```

### Usage

[](#usage)

To import your translations, run the following command:

```
php artisan translations:import
```

To import and overwrite all previous translations, use the following command:

```
php artisan translations:import --fresh
```

To access the translations UI, visit `/translations` in your browser. If you are using a production environment, you will need to create owner user first. To do so, run the following command:

```
php artisan translations:contributor
```

This command will prompt you to enter the user's name, email, and password. Once you have created the owner user, you can log in to the translations UI dashboard and start managing your translations.

#### Exporting Translations

[](#exporting-translations)

You can export your translations from the translations UI dashboard or by running the following command:

```
php artisan translations:export
```

### Configuration

[](#configuration)

You can configure the package and set your base language by publishing the configuration file:

```
php artisan vendor:publish --tag=translations-config
```

This will publish the `translations.php` configuration file to your `config` directory.

### Upgrading

[](#upgrading)

When upgrading to a new major version of Laravel Translations UI, it's important that you carefully review the upgrade guide.

In addition, when upgrading to any new Translations UI version, you should re-publish Translations UI assets:

```
php artisan translations:publish
```

To keep the assets up-to-date and avoid issues in future updates, you may add the translations:publish command to the post-update-cmd scripts in your application's composer.json file:

```
{
    "scripts": {
        "post-update-cmd": [
            "@php artisan translations:publish --ansi"
        ]
    }
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~62 days

Total

5

Last Release

202d ago

PHP version history (2 changes)1.0.0PHP ^8.2|^8.3

1.1PHP ^8.4|^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44373748?v=4)[Repositorio Master](/maintainers/repositoriomaster)[@repositoriomaster](https://github.com/repositoriomaster)

---

Top Contributors

[![repositoriomaster](https://avatars.githubusercontent.com/u/44373748?v=4)](https://github.com/repositoriomaster "repositoriomaster (6 commits)")[![marcusbrandao](https://avatars.githubusercontent.com/u/43867443?v=4)](https://github.com/marcusbrandao "marcusbrandao (2 commits)")

---

Tags

laravellocalizationtranslationsinertiainertiajstranslation-managerlaravel-translations

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/repositoriomaster-laravel-translations/health.svg)

```
[![Health](https://phpackages.com/badges/repositoriomaster-laravel-translations/health.svg)](https://phpackages.com/packages/repositoriomaster-laravel-translations)
```

###  Alternatives

[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

81396.3k](/packages/outhebox-laravel-translations)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4821.5k](/packages/erag-laravel-lang-sync-inertia)[osama-98/laravel-enum-translatable

A Laravel package that provides translatable enum functionality with easy-to-use methods for working with enum values and their translations

561.1k](/packages/osama-98-laravel-enum-translatable)[elegantly/laravel-translator

All on one translations management for Laravel

6326.3k](/packages/elegantly-laravel-translator)[andrewdwallo/transmatic

Automate and streamline real-time text translations in your Laravel applications

5513.3k](/packages/andrewdwallo-transmatic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
