Laravel this is not only a practical framework, it is also a programming style
how i can validate field in Laravel on another table like :
Validator::make($request->all(),[ 'cost'=>'required|max:auth.user.coins', 'type'=>'required' ]);
Aucun commentaire:
Enregistrer un commentaire