samedi 29 mars 2014

Laravel required_with_all error


Vote count:

0




Getting the following error when trying to use require_with_all:


Method [validateRequiredWithAll] does not exist.


Validation:



'player6_name' => 'alpha|required_with_all:player6_summoner,player6_position,player6_email',
'player6_summoner' => 'required_with_all:player6_name,player6_position,player6_email',
'player6_position' => 'required_with_all:player6_summoner,player6_name,player6_email',
'player6_email' => 'email|required_with_all:player6_summoner,player6_position,player6_name',
'player6_student' => '',
'player6_society' => '',
'player7_name' => 'alpha|required_with_all:player7_summoner,player7_position,player7_email',
'player7_summoner' => 'required_with_all:player7_name,player7_position,player7_email',
'player7_position' => 'required_with_all:player7_summoner,player7_name,player7_email',
'player7_email' => 'email|required_with_all:player7_summoner,player7_position,player7_name',
'player7_student' => '',
'player7_society' => ''),


asked 51 secs ago






Aucun commentaire:

Enregistrer un commentaire