tomatophp/filament-translation-component

Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin

Fund package maintenance!
3x1io

Installs: 2 032

Dependents: 5

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 0

Language:Blade

v1.0.3 2024-09-16 13:51 UTC

This package is auto-updated.

Last update: 2024-09-16 13:52:13 UTC


README

Cover

Filament Translation Component

Latest Stable Version PHP Version Require License Downloads

Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin

Screenshots

Light Dark

Installation

composer require tomatophp/filament-translation-component

Using

you can use the component on your form like this

use \TomatoPHP\FilamentTranslationComponent\Components\Translation;

Translation::make('title')
    ->label('Title')

you can change the language from the config file.

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-translation-component-config"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-translation-component-lang"

Other Filament Packages

Checkout our Awesome TomatoPHP