kilrizzy/component

Laravel component helper provide common html objects
8
Install
composer require kilrizzy/component
PHP:>=5.3.0
License:MIT
Last Updated:Apr 5, 2016
Links: GitHub  ·  Packagist
Maintainer: kilrizzy

Component

Laravel component helper provide common html objects

#Usage

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

Which results in

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