See https://github.com/laravel/laravel/blob/master/resources/lang/en/validation.php
Laravel already has a key 'password' in its default data set. It translates to 'The password is incorrect'.
Caouecs has also used the same key for the same meaning in his translations (see https://github.com/caouecs/Laravel-lang).
I would like to suggest to use another key for the password validation. Maybe something like 'password_length' or 'strong_password'.
See https://github.com/laravel/laravel/blob/master/resources/lang/en/validation.php
Laravel already has a key 'password' in its default data set. It translates to 'The password is incorrect'.
Caouecs has also used the same key for the same meaning in his translations (see https://github.com/caouecs/Laravel-lang).
I would like to suggest to use another key for the password validation. Maybe something like 'password_length' or 'strong_password'.