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