Sunday, March 19, 2017

php laravel protected rule

Can anyone help me with this thing:

'phone' => 'numeric|min:10',

I want to make the phone filed only accept number and 10 minimum numbers.

thank you



via rooot_999

Advertisement