protected $connection = 'xxx';
$blogs = DB::connection('mongodb')->table("tablename")->get(); print_r($blogs);