Exemplo n.º 1
0
 /**
 * Send back all comments as JSON
 *
 * @return Response
 */
 public function index()
 {
     return response()->json(Cafe::get());
 }