programzheng/laravel-translation-txt

1.0.2 2019-04-26 07:10 UTC

This package is auto-updated.

Last update: 2024-04-26 18:06:46 UTC


README

This package provides artisan commands to export language files from and to txt.

install

Install the package through Composer.

$ composer require programzheng/laravel-translation-txt

If you're not using Laravel >=5.5, add the ServiceProvider to the providers array in config/app.php

ProgramZheng\\LaravelTranslationTxt\\TranslationTxtServiceProvider

usage

The package currently provides one commands:

Export

php artisan translationtxt:export en,jp......

You have to pass the locale as arguments.