I just installed laravel vuetify admin. When I create a new user I have the error: Method Illuminate \ Validation \ Validator :: validateStrongPassword does not exist. /vendor/laravel/framework/src/Illuminate/Validation/Validator.php line | 1422 Ditto if I want to change the password of a user already present. I searched everywhere but found null with "validateStrongPassword" do you have any idea of the problem? Thank you
I just installed laravel vuetify admin.
When I create a new user I have the error:
Method Illuminate \ Validation \ Validator :: validateStrongPassword does not exist.
/vendor/laravel/framework/src/Illuminate/Validation/Validator.php
line | 1422
Ditto if I want to change the password of a user already present.
I searched everywhere but found null with "validateStrongPassword" do you have any idea of the problem?
Thank you