onecode-no / translation
Translation support for Laravel/Inertia Applications
dev-main
2023-07-21 18:13 UTC
Requires
- php: ^8.1
- illuminate/support: ^9.26
- joggapp/laravel-google-translate: ^8.1
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.10
- pestphp/pest: ^1.22
- pestphp/pest-plugin-laravel: ^1.3
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2024-11-09 22:07:55 UTC
README
For internal use, feel free to use if it fits your needs.
Installing
composer require onecode-no/translation
NOTE: In order to use this package with Google Translate you need to add
GOOGLE_TRANSLATE_API_KEY
to your environment variables. (Unless you run the translation driver in production it is enough to do it locally.)