The third argument for route and action defines absolute/relative I think
public function route($name, $parameters = array(), $absolute = true);
public function action($action, $parameters = array(), $absolute = true);
I'm not sure you need it for URL::to as you could just do:
<link rel="shortcut icon" href="/favicon.ico" />
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community