使用 HTML::link_to_route 时出现错误,但使用 HTML::Link 时却没有,为什么?
{{ HTML::decode(HTML::link_to_route('homepage', '<div class="logo"></div>')) }}
相同的:
{{ HTML::link_to_route('about', 'WHAT IS IT') }}
错误:
BadMethodCallException
Method link_to_route does not exist.
版本 4.0.x