-
I am trying to validate my phone number as a fixed line number, however I cant get this to work. I tried different options, but no luck so far. Any suggestions? Validation in general do work if I enter too many numbers for example. |
Beta Was this translation helpful? Give feedback.
Answered by
ysfkaya
Jan 6, 2024
Replies: 1 comment 1 reply
-
I just tagged a new release If it still not working, you can use the custom validation; ->rule('phone:ZA,FIXED_LINE') You can find more information here |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
farimir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tagged a new release
2.2.1
. Now this method should work properly.If it still not working, you can use the custom validation;
You can find more information here