I have tried with what appears in the documentation of laravel, but it does not help me
this is my code:
'cedula' => 'numeric|required|unique:personas|min:6|max:8',
This way, if I put letters, it says: "cedula must be numeric."
and if I put numbers tells me that it should not be greater than 8, when I even place 3 numbers.
I do not understand why: /