jaydeepsaravaiya/laravel-lang is a Laravel package for languages for laravel.
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require jaydeepsaravaiya/laravel-lang.
Discover more Laravel packages by jaydeepsaravaiya
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.
With [Laravel 5.8](https://github.com/caouecs/Laravel-lang/issues/1007), we must update passwords file, with the numbers of characters for the password, in `laravel58` branch.
composer require caouecs/laravel-lang:dev-laravel58 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 Laravel5 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.