| Package Data | |
|---|---|
| Maintainer Username: | ablunier |
| Maintainer Contact: | adrian.blunier@gmail.com (Adrian P. Blunier) |
| Package Create Date: | 2016-04-15 |
| Package Last Update: | 2018-06-12 |
| Home Page: | |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-10-31 03:05:13 |
| Package Statistics | |
|---|---|
| Total Downloads: | 973 |
| Monthly Downloads: | 2 |
| Daily Downloads: | 2 |
| Total Stars: | 12 |
| Total Watchers: | 2 |
| Total Forks: | 2 |
| Total Open Issues: | 1 |
Install translation files for any language with a command in your laravel projects. The language files will be downloaded from the awesome caouecs languages repository.
Add the package to your composer.json:
composer require ablunier/laravel-lang-installer
Add the service provider in app.php:
Ablunier\Laravel\Translation\LanguageInstallerServiceProvider::class,
Publish the package's assets:
php artisan vendor:publish
Edit the 'lang-installer.php' file in your config folder to add your required languages and files.
Execute the command:
php artisan lang:install