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."...
asked on
18.11.2016 / 00:41