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
- Replace
<your_namespace>
with your GitHub package namespace. For example,Laravel-Lang/translations-template
. - Replace
your/namespace
with package namespace. For example,laravel-lang/translations-template
. - Replace
YourNamespace\Translations
with your PSR package namespace. - Replace
Extended Lang Translations Template
with your package title. - Replace
<username>
with your name or name of your company. - Update tests.
- Remove this block.
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"
}
}
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.
We also have official chats in Telegram.
Please see CONTRIBUTING for details.
❤️ Laravel Lang? Please consider supporting our collective on Boosty.
This package is licensed under the MIT License.