Skip to content

Commit

Permalink
feature: #1007 Minimum password length is 8 characters in Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
caouecs committed Mar 7, 2019
1 parent 206d876 commit 274e80d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@

In this repository, you can find the lang files for the framework PHP, [Laravel 4&5](http://www.laravel.com).

## 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.* : run `composer require caouecs/laravel-lang:~3.0` in your project folder
* 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
Expand Down

0 comments on commit 274e80d

Please sign in to comment.