filament-translation-component
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
Extends filament
composer require tomatophp/filament-translation-componentStars5
LanguagePHP
LicenseMIT
Last push2026-06-22
- filament-plugin
- spatie-integration
- translation-component
- translations
Readme

Filament Translation Component
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
Screenshots
Try it live on demo.tomatophp.com.


Compatibility
| Package version | Filament | Laravel | PHP |
|---|---|---|---|
| 5.x | 5.x | 12.x, 13.x | 8.2+ |
| 4.x | 4.x | 11.x, 12.x | 8.2+ |
Installation
bash
Using
you can use the component on your form like this
php
you can change the language from the config file.
Convert input to textarea
php
Publish Assets
you can publish config file by use this command
bash
you can publish languages file by use this command
bash
Testing
if you like to run PEST testing just use this command
bash
Code Style
if you like to fix the code style just use this command
bash
PHPStan
if you like to check the code by PHPStan just use this command
bash
Other Filament Packages
Checkout our Awesome TomatoPHP