Laravel.io
<?php

class Model extends \Eloquent {

    protected $connection = 'diger_vt';

    public function newQuery()
    {
        return parent::newQuery()->on($this->connection);
    }

}

Please note that all pasted data is publicly available.