Skip to content

Laravel-Lang/translations-template

Repository files navigation

Extended Lang Translations Template

laravel-lang translations template

Stable Version Unstable Version Total Downloads License

Prepare Template

Template branch compatibility with publisher:

  • 16.x - laravel-lang/publisher:^16.0
  • 15.x - laravel-lang/publisher:^15.0
  • 14.x - laravel-lang/publisher:^14.0
  • 13.x - laravel-lang/publisher:^13.0
  • 12.x - laravel-lang/publisher:^12.0
  • 11.x - laravel-lang/publisher:^11.0
  • 10.x - laravel-lang/publisher:^10.0

Steps

  1. Replace <your_namespace> with your GitHub package namespace. For example, Laravel-Lang/translations-template.
  2. Replace your/namespacewith package namespace. For example, laravel-lang/translations-template.
  3. Replace YourNamespace\Translations with your PSR package namespace.
  4. Replace Extended Lang Translations Template with your package title.
  5. Replace <username> with your name or name of your company.
  6. Update tests.
  7. Remove this block.

Installation

To get the latest version of Extended Lang Translations Template library, simply require the project using Composer:

$ composer require your/namespace --dev

Instead, you may of course manually update your require-dev block and run composer update if you so choose:

{
    "require-dev": {
        "your/namespace": "^1.0"
    }
}

Using

To install files from this repository into your project, you need to install the laravel-lang/publisher version ^14.0 and above.

Yes, that's all 😊

Now the package is connected to your application and you can manage localizations.

Communication

We also have official chats in Telegram.

Contributing

Please see CONTRIBUTING for details.

Support Us

❤️ Laravel Lang? Please consider supporting our collective on Boosty.

License

This package is licensed under the MIT License.