dragon-code / translation-set
Translation set for The Dragon Code packages
Fund package maintenance!
Boosty
Yoomoney
Donationalerts
Requires
- php: ^8.1
- ext-json: *
- laravel-lang/publisher: ^14.6 || ^15.0 || ^16.0
Requires (Dev)
- laravel-lang/status-generator: ^1.18 || ^2.0
- phpunit/phpunit: ^10.0
- symfony/var-dumper: ^6.2 || ^7.0
README
Installation
To get the latest version of Translation Set
library, simply require the project using Composer:
$ composer require dragon-code/translation-set --dev
Instead, you may of course manually update your require-dev
block and run composer update
if you so choose:
{ "require-dev": { "dragon-code/translation-set": "^1.0" } }
Using
To install files from this repository into your project, you need to install the laravel-lang/publisher
version ^14.6
and above.
Yes, that's all 😊
Now the package is connected to your application and you can manage localizations.