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"
}
}
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.