kilrizzy / component by kilrizzy

Laravel component helper provide common html objects
8
0
2
Package Data
Maintainer Username: kilrizzy
Maintainer Contact: jeffkilroy@gmail.com (Jeff Kilroy)
Package Create Date: 2016-04-05
Package Last Update: 2016-04-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:08:50
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Component

Laravel component helper provide common html objects

#Usage

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

Which results in

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