LaravelPackages.net
Acme Inc.
Toggle sidebar
dragon-code/translation-set

Translation set for The Dragon Code packages

12
0
1.2.0
About dragon-code/translation-set

dragon-code/translation-set is a Laravel package for translation set for the dragon code packages. It currently has 0 GitHub stars and 12 downloads on Packagist (latest version 1.2.0). Install it with composer require dragon-code/translation-set. Discover more Laravel packages by dragon-code or browse all Laravel packages to compare alternatives.

Last updated

Translation Set

Translation Set

Stable Version Total Downloads License

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.

Comments