Ejemplo n.º 1
0
 public function index()
 {
     $users = User::paginate();
     return $this->respondWithCollection($users, new UserTransformer());
 }