validation
validation copied to clipboard
Question strlen on "integer" values
Hi guys, i want to catch the max lengh characters but the field is mixed with integer numbers
I wan max character 50, but if is input an a integer more than 50 they retun error
'RefCliente' => 'required|max:50',
I dont see a function similar has strlen