composer require libaro/languini --dev
You can publish the configuration file using
php artisan vendor:publish --tag="languini"
Publish OpenAI config:
php artisan vendor:publish --provider="OpenAI\Laravel\ServiceProvider"
Set .env variables:
OPENAI_API_KEY=sk-...
OPENAI_ORGANIZATION=org-...
To use this package, simply go to your browser and navigate to the /languini
url. Fill in the missing translations and save!
Package is open for pull requests!
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.