Download the PHP package typidesign/laravel-artisan-translations without Composer
On this page you can find all versions of the php package typidesign/laravel-artisan-translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typidesign/laravel-artisan-translations
More information about typidesign/laravel-artisan-translations
Files in typidesign/laravel-artisan-translations
Package laravel-artisan-translations
Short Description An artisan command to update json translation files.
License MIT
Homepage https://github.com/typidesign/laravel-artisan-translations
Informations about the package laravel-artisan-translations
Manage translations in json files.
This package gives you an artisan command to manage translations in Laravel 5.4+ json files.
Installation
You can install the package via composer:
Now add the service provider in config/app.php
file:
Usage
Add translations from a single file
Every translations present in this file will be added to /lang/fr.json
.
Add translations from a directory
Every translations found in this directory will be added to /lang
Overwrite translations
By default, translation keys will not be overwritten. You can use the --force
option to overwrite existing keys:
Remove translations
Every translations found in this file/directory will be removed from /lang
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Samuel De Backer
- All Contributors
About Typi Design
Typi Design is a webdesign agency based in Brussels, Belgium.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-artisan-translations with dependencies
illuminate/console Version ^10.0|^11.0
illuminate/filesystem Version ^10.0|^11.0