ablunier/laravel-lang-installer
Laravel languages installer
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.
Requirements
- PHP 5.5 or higher.
- Laravel >= 5.1
Installation
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
Configuration
Edit the 'lang-installer.php' file in your config folder to add your required languages and files.
Usage
Execute the command:
php artisan lang:install
Related Packages
omaralalwi/lexi-translate
Laravel translation package with morph relationships and caching.
19,429
73
cache
database-translations
dynamic-translation
eloquent-translation
i18n
language-switch
languages
laravel
laravel-locales
laravel-multi-language
laravel-translations
lexi-translate
locales
localization
many-languages
many-locales
morph
multi-locales
multi-region
multilanguage
multilingual
polyglot
spatie
spatie translate
text-localization
trans
translate
translation
translation-cache
translation-management
translations
now-here/laravel-gettext
Adds localization support to laravel applications in an easy way using Poedit an...
11,742
0