Translate Action
Translate action for FilamentPHP.
Author:
Azad Furkan ŞAKAR
Documentation
- Installation
- Usage
- Screenshot
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License

This package provides a simple action to translate fields in FilamentPHP.
#Installation
You can install the package via composer:
composer require afsakar/filament-translate-action
You can publish the config file with:
php artisan vendor:publish --tag="filament-translate-action-config"
This is the contents of the published config file:
return [
'laravellocalization' => true, // if you use mcamara/laravel-localization package you can set this to true
// if you don't use mcamara/laravel-localization package you can set your locales here
'locales' => [
'tr' => 'Türkçe',
'en' => 'English',
],
];
#Usage
...
RichEditor::make('body')
->label('Body')
->translatable() // add this line to make field translatable. That's it!
->required(),
...
#Screenshot

#Testing
composer test
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
I'm a former Civil Engineer turned Backend Developer, specializing in Laravel. I develop and maintain scalable web applications at Penta Yazılım, delivering efficient backend solutions.
From the same author
Form Builder
A powerful, flexible form builder package for FilamentPHP that enables you to create, manage, and process dynamic forms with advanced features including custom field types, email templates, bulk sending capabilities, and comprehensive submission tracking.
Author:
Azad Furkan ŞAKAR
LeafletJS Map Picker
Interactive Leaflet map for selecting and storing geographical coordinates.
Author:
Azad Furkan ŞAKAR
OTP Login
OTP Login for FilamentPHP.
Author:
Azad Furkan ŞAKAR
Translatable Pro
Streamlines multi-language management in FilamentPHP projects, enabling developers to build immersive, multilingual applications with ease.
Author:
Azad Furkan ŞAKAR
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
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
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight/Raycast like Command Palette to your Filament Panel.
Dennis Koch