$url = URL::to('user/profile');
但是,在L-4中我们怎么做呢?
URL::route('foobar',array(),false)
这将生成像/ foobar这样的URL.