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 provides artisan commands to manage translations in Laravel JSON files.
Installation
You can install the package via composer:
The service provider will be auto-discovered by Laravel.
Usage
Add translations from a single file
Every translation present in this file will be added to lang/fr.json.
Add translations from a directory
Every translation found in this directory will be added to lang/.
Overwrite translations
By default, existing translation keys will not be overwritten. Use the --force option to overwrite them:
Remove translations
Remove translations found in a file or directory 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
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|^12.0|^13.0
illuminate/filesystem Version ^10.0|^11.0|^12.0|^13.0