kilrizzy/component

Laravel 组件助手提供常用的 HTML 对象

dev-master 2016-04-05 14:35 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:29:04 UTC


README

Laravel 组件助手提供常用的 HTML 对象

#使用方法

{{ 
Component::actionButton([
	''
]) 
}}

这将导致

<li class="active"><a href="{{ url('customer') }}">Customers</a></li>