PHPackages                             beyondcode/laravel-inline-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. beyondcode/laravel-inline-translation

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

beyondcode/laravel-inline-translation
=====================================

Add inline translation capabilities to your Laravel application.

0.1.0(7y ago)1021.9k6[2 issues](https://github.com/beyondcode/laravel-inline-translation/issues)MITPHPPHP ^7.1

Since Jul 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/beyondcode/laravel-inline-translation)[ Packagist](https://packagist.org/packages/beyondcode/laravel-inline-translation)[ Docs](https://github.com/beyondcode/laravel-inline-translation)[ RSS](/packages/beyondcode-laravel-inline-translation/feed)WikiDiscussions master Synced yesterday

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

Laravel Inline Translation
==========================

[](#laravel-inline-translation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/50c5c239f38fea7c7741409eeafdf1aef0b4d07fd69a0d737d9a44f4098aa841/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265796f6e64636f64652f6c61726176656c2d696e6c696e652d7472616e736c6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/laravel-inline-translation)[![Build Status](https://camo.githubusercontent.com/430790165c515b945887700432310c5b8f9f5ae27820308f6e18401de46e7c87/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6265796f6e64636f64652f6c61726176656c2d696e6c696e652d7472616e736c6174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/beyondcode/laravel-inline-translation)[![Quality Score](https://camo.githubusercontent.com/80508e327600f3e5fd237c7f091ed75408485eb9e7cf9bc159e777c04b389dd5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6265796f6e64636f64652f6c61726176656c2d696e6c696e652d7472616e736c6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/beyondcode/laravel-inline-translation)[![Total Downloads](https://camo.githubusercontent.com/7aba96abaebfd1f2db2db2431a5a45da906ef14371c8e10148f7687759271816/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265796f6e64636f64652f6c61726176656c2d696e6c696e652d7472616e736c6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/laravel-inline-translation)

This package lets you add inline translation to your Laravel application. Just click on a translation variable, change it's value and save the new value.

[![Example output](https://camo.githubusercontent.com/f8a0ed537c98a22f932ad979c5302d37bbdcdbfef175e4ea20f92aed7e107dbb/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f696e6c696e652d7472616e736c6174696f6e2f6578616d706c652e706e67)](https://camo.githubusercontent.com/f8a0ed537c98a22f932ad979c5302d37bbdcdbfef175e4ea20f92aed7e107dbb/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f696e6c696e652d7472616e736c6174696f6e2f6578616d706c652e706e67)

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

[](#installation)

You can install the package via composer as a dev dependency:

```
composer require beyondcode/laravel-inline-translation --dev
```

The package is enabled by default - so all you need to do is visit your application in the browser and look for translation keys.

Please do **NOT** use this package in production. Updating translation keys will save the updated values in the filesystem. This package is only intended during the development.

Disabling Inline Translation
----------------------------

[](#disabling-inline-translation)

You can disable inline translation by setting an environment variable called `INLINE_TRANSLATION_ENABLED` to `false`.

### Disclaimer

[](#disclaimer)

I tested this package with a couple of our client projects as well as with some open source Laravel projects. Translation variables appear throughout very different parts of your application, so there is a chance that this is not working for your specific setup.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

2899d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/863e91ca13b8c4031f202c0eee4f06b3a4352f92cf9cd397b03609b20247ed16?d=identicon)[beyondcode](/maintainers/beyondcode)

---

Top Contributors

[![akiyamaSM](https://avatars.githubusercontent.com/u/12276076?v=4)](https://github.com/akiyamaSM "akiyamaSM (3 commits)")[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (3 commits)")[![JapSeyz](https://avatars.githubusercontent.com/u/2234034?v=4)](https://github.com/JapSeyz "JapSeyz (1 commits)")

---

Tags

beyondcodelaravel-inline-translation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/beyondcode-laravel-inline-translation/health.svg)

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

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1926.6k1](/packages/smmoosavi-php-gettext)[laradevs/spanish

labels translated to spanish

166.7k](/packages/laradevs-spanish)

PHPackages © 2026

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