PHPackages                             lucasgiovanny/filament-inline-translate-field - 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. lucasgiovanny/filament-inline-translate-field

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

lucasgiovanny/filament-inline-translate-field
=============================================

Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page

v1.0.1(3y ago)554MITPHPPHP ^8.0CI failing

Since Feb 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lucasgiovanny/filament-inline-translate-field)[ Packagist](https://packagist.org/packages/lucasgiovanny/filament-inline-translate-field)[ Docs](https://github.com/lucasgiovanny/filament-inline-translate-field)[ GitHub Sponsors](https://github.com/lucasgiovanny)[ RSS](/packages/lucasgiovanny-filament-inline-translate-field/feed)WikiDiscussions main Synced yesterday

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

Filament Inline Translate Field
===============================

[](#filament-inline-translate-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/882660576e7703c6011767ac2c50c3eb05237a111a313e16b831c841bbbe5656/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c7563617367696f76616e6e792f66696c616d656e742d696e6c696e652d7472616e736c6174652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucasgiovanny/filament-inline-translate-field)[![Total Downloads](https://camo.githubusercontent.com/720a6d0b1ebc44358e50e1b51ce7fadd5766996e2f1dbb520d28f12cf301b101/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c7563617367696f76616e6e792f66696c616d656e742d696e6c696e652d7472616e736c6174652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucasgiovanny/filament-inline-translate-field)

Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page

[![image](example.jpg)](example.jpg)

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

[](#installation)

1. You can install the package via composer:

```
composer require lucasgiovanny/filament-inline-translate-field
```

2. Configure you model, as defined on [spatie/laravel-translatable](https://spatie.be/docs/laravel-translatable/v6/installation-setup#content-making-a-model-translatable) documentation:

- Add the `Spatie\Translatable\HasTranslations` trait to the model that is going to use this field.
- Next, you should create a **public property** `$translatable` which holds an array with all the names of attributes you wish to make translatable.
- Finally, you should *make sure that all translatable attributes are set to the json-datatype in your database*. If your database doesn't support json-columns, use text.

```
use Illuminate\Database\Eloquent\Model;
use Spatie\Translatable\HasTranslations;

class Activity extends Model
{
    use HasTranslations;

    public $translatable = ['name'];
}
```

3. Publish the configuration file to set the available languages:

```
php artisan vendor:publish --tag="filament-inline-translate-field-config"
```

```
return [
    'available_locales' => [
        'en' => 'English',
        'fr' => 'French',
        'es' => 'Spanish',
    ],
];
```

Optionally, you can publish the translation files:

```
php artisan vendor:publish --tag="filament-inline-translate-field-translations
```

Usage
-----

[](#usage)

```
use LucasGiovanny\FilamentInlineTranslateField\Forms\Components\Fields\InlineTranslateField;

return $form
    ->schema([
        InlineTranslateField::make('name'),
    ]);
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Lucas Giovanny](https://github.com/lucasgiovanny)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1226d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8487f2121d7a9d801d87e5d28efe83dea1549b6ba8e2fc6519edea6d66eaa31a?d=identicon)[lucasgiovanny](/maintainers/lucasgiovanny)

---

Top Contributors

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

---

Tags

laravellucasgiovannyfilament-inline-translate-field

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lucasgiovanny-filament-inline-translate-field/health.svg)

```
[![Health](https://phpackages.com/badges/lucasgiovanny-filament-inline-translate-field/health.svg)](https://phpackages.com/packages/lucasgiovanny-filament-inline-translate-field)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274327.0k8](/packages/croustibat-filament-jobs-monitor)

PHPackages © 2026

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