You could try using 'password' => ['required', Password::defaults()] and then add a message for required and one for defaults like you did in the above example. Maybe this link in the docs can help: https://laravel.com/docs/8.x/validation#defining-default-password-rules. You would have a single rule defaults so just one message.