【发布时间】:2014-10-29 14:44:37
【问题描述】:
我将 Laravel URL::Route 用于链接页面,并且像下面的代码一样传递了查询字符串,但是如何为此添加锚标记?
例如:myproject.local/projects?week_ending=value#anchor
如何使用 URL::Route 执行 #anchor 部分?谢谢
URL::Route('projects', array('week_ending'=>$week_end_day))
【问题讨论】: