jovishin/laravel-lang is a Laravel package for languages for laravel.
It currently has 0 GitHub stars and 42 downloads on Packagist (latest version 4.0.0).
Install it with composer require jovishin/laravel-lang.
Discover more Laravel packages by jovishin
or browse all Laravel packages to compare alternatives.
Last updated
In this repository, you can find the lang files for the framework PHP, Laravel 4&5.
composer require caouecs/laravel-lang:~4.0 in your project foldercomposer require caouecs/laravel-lang:~3.0 in your project foldercomposer require caouecs/laravel-lang:~2.0 in your project foldercomposer require caouecs/laravel-lang:~1.0 in your project folderlaravel4 for Laravel4 projectmaster for Laravel 5.1-5.7 projectlaravel58 for Laravel 5.8 projectRun this in your project directory:
# Laravel 5:
svn export https://github.com/caouecs/Laravel-lang/trunk/src/[language-code] resources/lang/[language-code]
# Laravel 4:
svn export https://github.com/caouecs/Laravel-lang/branches/laravel4/[language-code] app/lang/[language-code]
Replace [language-code] by any of the languages listed here.
In the file config/app.php, change the value of locale by the short name of your language (app/config/app.php in Laravel 4).
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.