Download the PHP package tomatophp/filament-translations-gpt without Composer
On this page you can find all versions of the php package tomatophp/filament-translations-gpt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-translations-gpt
More information about tomatophp/filament-translations-gpt
Files in tomatophp/filament-translations-gpt
Package filament-translations-gpt
Short Description Translations Manager extension to use ChatGPT openAI to auto translate your __(), trans() fn
License MIT
Informations about the package filament-translations-gpt
Filament Translations GPT
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
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Usage
now you need to add the following to your .env
file:
now you need to clear you cache
Publish Assets
you can publish config file by use this command
you can publish languages file by use this command
Testing
if you like to run PEST
testing just use this command
Code Style
if you like to fix the code style just use this command
PHPStan
if you like to check the code by PHPStan
just use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-translations-gpt with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.2
tomatophp/filament-translations Version ^2.0
openai-php/laravel Version ^0.10.2