foo.blade.php FooController.php the national-id field should contain 10 digits and I actually expected the code above to validate this , but instead It will check If the national-id exactly equals to 10 or not … how can I validate the length of a numeric field? Answer In fact you don’t need to use digits_between rule. You can use digits rule