Translations GPT
CommunityTranslations Manager extension to use ChatGPT openAI to auto translate your __(), trans() fn
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Fady Mondy
Documentation

Translations Manager extension to use ChatGPT openAI to auto translate your __(), trans() fn
#Screenshots

#Installation
before install this package you need to have Translation Manager installed and configured
composer require tomatophp/filament-translations-gpt
after install your package please run this command
php artisan filament-translations-gpt:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentTranslationsGpt\FilamentTranslationsGptPlugin::make())
#Usage
now you need to add the following to your .env file:
OPENAI_API_KEY=
OPENAI_ORGANIZATION=
now you need to clear you cache
php artisan config:clear
#Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-translations-gpt-config"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-translations-gpt-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
Translations Manager extension to use ChatGPT openAI to auto translate your __(), trans() fn
From the same author
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
Meta Manager
Convert any model on your app to pluggable model using Meta and get ready to use relation manager on FilamentPHP panel
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
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