Skip to content

programzheng/laravel-translation-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-translation-txt

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages