equipc / laravel-lang
Easy install of the additionnal languages files for the Laravel framework
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/equipc/laravel-lang
Requires
- caouecs/laravel-lang: ~3.0
This package is auto-updated.
Last update: 2025-09-11 05:11:53 UTC
README
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