Published
- 1 min read
laravel validate number to be at least 3 digits
The solution for this is noted below
laravel validate number to be at least 3 digits
Solution
'txt_phone' => 'required|numeric|digits:10'
Try other methods by searching on the site. That is if this doesn’t work