在Laravel Collective链接中包含Bootstrap字形

时间:2016-09-28 23:06:57

标签: twitter-bootstrap laravel laravel-5 laravel-5.3 laravelcollective

我正在使用Laravel Collective的link_to_route()方法来创建链接。我想在此链接中包含一个Bootstrap字形。

就像现在一样,它正在打印实际的Html代码。

有关如何执行此操作的任何提示?

我目前的代码:

<div class="col-lg-1 well">
    {!! link_to_route('companiesindex', "<span class='glyphicon glyphicon-log-in' aria-hidden='true'></span> Companies") !!}
</div>

作为一个附带问题,将字形包含在实际链接中是正常的,还是通常在之前或之后?

1 个答案:

答案 0 :(得分:0)

您可以使用的包很少,