Translation Component
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
Author:
Fady Mondy
Documentation
- Screenshots
- Installation
- Using
- Convert input to textarea
- Publish Assets
- Testing
- Code Style
- PHPStan
- Other Filament Packages

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

#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.
#Convert input to textarea
use \TomatoPHP\FilamentTranslationComponent\Components\Translation;
Translation::make('title')
->label('Title')
->textarea()
#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"
#Testing
if you like to run PEST testing just use this command
composer test
#Code Style
if you like to fix the code style just use this command
composer format
#PHPStan
if you like to check the code by PHPStan just use this command
composer analyse
#Other Filament Packages
Checkout our Awesome TomatoPHP
The author
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
From the same author
Discord Notifications
Send notifications to a Discord channel using the native FilamentPHP Notification Facade class
Author:
Fady Mondy
Tenancy Multi-database
Tenancy multi-database integration for FilamentPHP
Author:
Fady Mondy
Menu Generator
Menu view generator using view component
Author:
Fady Mondy
Translations Manager
Manage your translation with DB and cache, you can scan an collect translation strings like `trans()` and `__()`, and translate them using UI
Author:
Fady Mondy
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission