Looking to hire Laravel developers? Try LaraJobs

laravel-lang maintained by equipc

Description
Easy install of the additionnal languages files for the Laravel framework
Last update
2018/02/28 17:43 (dev-master)
License
Links
Downloads
91

Comments
comments powered by Disqus

Laravel-lang

This packages add a translations pubisher for the languages files for Laravel 5 application based on caouecs/Laravel-lang.

Install

$ composer require "equipc/laravel-lang"

After completion of the above, add the following service provider in the config/app.php file

EquiPC\LaravelLang\TranslationPublisherServiceProvider::class,

Usage

You can publish the language files to your project resources/lang/ directory with the following Artisan command:

$ php artisan lang:publish LOCALES {--force}

examples:

$ php artisan lang:publish fr,nl

License

MIT