Laravel.io
public function index() 
{ 
    $rofo = Rofo::all(); 
    
    return Response::json(array('error' => false, 'rofo' => $rofo->toArray()));
}

Please note that all pasted data is publicly available.