dimanche 8 juillet 2018

Laravel validate by another table

how i can validate field in Laravel on another table like :

 Validator::make($request->all(),[
        'cost'=>'required|max:auth.user.coins',
        'type'=>'required'
    ]);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire