jeudi 29 décembre 2016

syntax error, unexpected 'firstOrCreate' (T_STRING), expecting variable (T_VARIABLE) or '$

Im getting this error when i try to do this:

  $additional_features = $request->input('additional_features');
        foreach($additional_features as $additional_feature){
          $data = [
             'name' => $additional_feature
           ];

           $additional = new Feature::firstOrCreate($data);
        }

$additional_features is an array and i try to add that, so how many items i have in array i will have that many records.Any suggestion?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2hQy1k7
via IFTTT

Aucun commentaire:

Enregistrer un commentaire