Пример #1
0
 public function store()
 {
     // insert new
     $record = Applicant::firstOrCreate(Input::all());
     return $this->respond($record->id);
 }