Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Laravel4 Html() 関数または無効なリンクを追加する方法はありますか。もちろん、<a>タグを直接作成することもできますが、一貫性を保ちたいと思います。
<a>
すなわち:
{{ Html::link('javascript:;','Delete',array('id'=>"deletebt")) }}
たとえば、次のようにlink_toを使用する必要があります。
link_to('link', 'title', array('id' => 'MyId'));