Example #1
0
 public function apiCheckSlug()
 {
     return response()->json(['status' => 'success', 'slug' => Category::checkSlug('slug_110', $this->request->input('slug'), $this->request->input('id'))]);
 }