andersao / andersao/laravel-validator
Max and min validation is not working properly
Aperta
- Lingua principale
- PHP
- Stelle
- 406
- Fork
- 88
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I have to validate user phone number which should only be 10 digits, so I have added following validation, but this is not working. I'm missing something or this is the bug?
```
'phone_number' => 'required|numeric|min:10|max:10',
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.