Example #1
0
 public function get()
 {
     /*
      * TODO
      * 1. add user here and display cluster of calls of the same user in dashboard
      */
     $data = new DataIn(Input::all());
     $data['server_time'] = Carbon::now();
     $data->save();
 }