Laravel 4 - Blade Templating - How to properly Link to Route?

前端 未结 6 1514
我在风中等你
我在风中等你 2020-12-15 03:51

I want to create a resourceful link with Laravel. Normally I just use the {{ link_to_route(\'Yadayadayada.route\', \'LinkName\', $params }}

But in this

6条回答
  •  一向
    一向 (楼主)
    2020-12-15 04:46

    {{ link_to_route('dashboard', 'Dashboard', '', array('class'=>'body')) }}

提交回复
热议问题