PHPackages                             haringsrob/laravel-interface-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. haringsrob/laravel-interface-translation

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

haringsrob/laravel-interface-translation
========================================

Laravel interface translation component written in Laravel

4182PHP

Since Apr 7Pushed 4y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Livewire Translation Manager ui
=======================================

[](#laravel-livewire-translation-manager-ui)

A user interface as a Livewire component for managing translatable interface string using the database.

[![demo](.github/img.png)](.github/img.png)

Configuration
-------------

[](#configuration)

This package depends on [kkomelin/laravel-translatable-string-exporter](https://github.com/kkomelin/laravel-translatable-string-exporter)for extracting translations.

It uses [spatie/laravel-translation-loader](https://github.com/spatie/laravel-translation-loader)for storing/displaying the translation.

By default this package scans `app` and `resources` folders. If you want to scan additional folders or vendor folders please refer to the [kkomelin/laravel-translatable-string-exporter](https://github.com/kkomelin/laravel-translatable-string-exporter) readme on how to do this.

### Note

[](#note)

This package is not yet battle tested!

You do not have to export the translations, this package takes care of reading and inserting strings into the database.

TODO
----

[](#todo)

- Test bigger projects
- Include/parse lang folder.

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

[](#installation)

You can install the package via composer:

```
composer require haringsrob/laravel-interface-translation
```

Usage
-----

[](#usage)

You must publish the styles.

```
php artisan vendor:publish --tag=assets

```

Publish the config file and update it to your needs. Make sure you update the middleware used if you want to load the routes. If you just want to embed the component there is no need to load the routes.

In the config file set the languages you want to manage using the interface.

```
vendor:publish --tag=laravel-interface-translation-config

```

Then you can parse the translatable strings and prepare them in the database.

```
php artisan ui-translations:update

```

Set the translation loader in the config of spatie's translation loader:

```
'translation_manager' => \Haringsrob\LaravelInterfaceTranslation\TranslationLoaderManager::class,

```

Embedding the standalone component
----------------------------------

[](#embedding-the-standalone-component)

This package comes with a standalone livewire component that you can add to any page in your project.

Simply add to any page:

```

```

Please make sure Livewire is installed correctly or this will not work.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Harings Rob](https://github.com/haringsrob)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0620f4b2365909cf6bdc86788a35689579dbd59e1ba51a86c839c2da321ab90e?d=identicon)[harings\_rob](/maintainers/harings_rob)

---

Top Contributors

[![haringsrob](https://avatars.githubusercontent.com/u/866743?v=4)](https://github.com/haringsrob "haringsrob (6 commits)")

### Embed Badge

![Health badge](/badges/haringsrob-laravel-interface-translation/health.svg)

```
[![Health](https://phpackages.com/badges/haringsrob-laravel-interface-translation/health.svg)](https://phpackages.com/packages/haringsrob-laravel-interface-translation)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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