Laravel this is not only a practical framework, it is also a programming style
I need to use Laravel Validation with regex that allow string as 1,2,3,7
Some as this:
$arr_rules = [ 'order' => 'min:3|regex:[0-9+,]', ... ];
Aucun commentaire:
Enregistrer un commentaire