Example #1
0
 public function apicustomers()
 {
     $data_customer = DB::table('customers')->get();
     return Helper::prettyJson($data_customer, 200);
 }