How can I validate that a field of the form only allows text ?, that is, do not accept a number or other characters other than normal letters of the alphabet.
I assumed that this would be enough
"campo" => "required|string"
but if I enter the number 1 it allows recording in the database