cube-agency/filament-translations
Filament plugin for language/translations management
Adds Language/Translations resources with import/export functionality.
Compatibility
| Package Version | Filament Version |
|---|---|
| 1.x | 3.x |
| 2.x | 4.x |
| 3.x | 5.x |
Installation
You can install the package via composer:
composer require cube-agency/filament-translations
Run migrations:
php artisan migrate
Add the plugin to your panel provider:
use CubeAgency\FilamentTranslations\FilamentTranslationsPlugin;
public function panel(Panel $panel): Panel
{
return $panel
...
->plugins([
...
FilamentTranslationsPlugin::make()
]);
}
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-translations-views"
Usage
- Add language(s) in Language resource
- Run import command to load translations from language (/lang) files
php artisan translator:load
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.
Related Packages
fnx-software/filament-astrotomic
Filament support for Astrotomic's Laravel Translatable package.
339
3
cactus-galaxy/filament-astrotomic
Filament support for Astrotomic's Laravel Translatable package.
18,629
25
tomatophp/filament-translations-google
Translations Manager extension to use Google translation crawling to auto transl...
3,103
6
happenv-com/filament-translatable
Highly customizable Translation component for Filament PHP.
1,646
10