urban 02fbfd43e2 codes commit преди 10 месеца
..
json 02fbfd43e2 codes commit преди 10 месеца
script 02fbfd43e2 codes commit преди 10 месеца
src 02fbfd43e2 codes commit преди 10 месеца
.editorconfig 02fbfd43e2 codes commit преди 10 месеца
.gitignore 02fbfd43e2 codes commit преди 10 месеца
.php_cs 02fbfd43e2 codes commit преди 10 месеца
CHANGELOG.md 02fbfd43e2 codes commit преди 10 месеца
CODE_OF_CONDUCT.md 02fbfd43e2 codes commit преди 10 месеца
CONTRIBUTING.md 02fbfd43e2 codes commit преди 10 месеца
LICENSE.md 02fbfd43e2 codes commit преди 10 месеца
README.md 02fbfd43e2 codes commit преди 10 месеца
Source.md 02fbfd43e2 codes commit преди 10 месеца
changelog.php 02fbfd43e2 codes commit преди 10 месеца
composer.json 02fbfd43e2 codes commit преди 10 месеца
todo.md 02fbfd43e2 codes commit преди 10 месеца

README.md

Laravel-lang

Stories in Ready

In this repository, you can find the lang files for the framework PHP, Laravel 4&5.

Help us

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.

Install

Via Composer

  • For Laravel 5.8 : run composer require caouecs/laravel-lang:dev-laravel58 in your project folder
  • For Laravel 5.1-7 : run composer require caouecs/laravel-lang:~3.0 in your project folder
  • For Laravel 5 : run composer require caouecs/laravel-lang:~2.0 in your project folder
  • For Laravel 4 : run composer require caouecs/laravel-lang:~1.0 in your project folder
  • Files of languages are in "vendor/caouecs/laravel-lang" directory
  • Copy the folders of languages that you want, in the resources/lang folder of your Laravel application (app/lang in Laravel 4).

Via GitHub

Via SVN

Run 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.

Usage [Laravel only]

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).

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Status of files

  • Check the todo.md file to see the missing translations.

Projects based on this package

Credits