Skip to content

bariew/laravel-translator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Translator

Laravel command that interactively helps you find missing keys.

Installation

Run:

composer require bariew/laravel-trasnlator-cli

Add the service provider into your Laravel app (app/config/app.php):

'providers' => array(
    ...
    'Bariew\Translator\TranslatorServiceProvider'
    ...
)

That's it!

Usage

php artisan translator:generate

Warning: Saving translation changes to disk will overwrite all lang files.

Features

The Laravel Translator command allows you to:

  • Check for missing translation lines.
  • Save changes to disk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages