Html::anchor()generate an URL without the http://domain.tld/ in it? as in
Html::anchor('auth/login', 'login'); #returns <a href="/auth/login">login</a> ?
echo str_replace(\Config::get('base_url'), '', \Html::anchor('auth/login'));
It looks like you're new here. If you want to get involved, click one of these buttons!