| 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: | 2025-10-28 03:01:55 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 8 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 0 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
Laravel component helper provide common html objects
#Usage
{{ 
Component::actionButton([
	''
]) 
}}
Which results in
<li class="active"><a href="{{ url('customer') }}">Customers</a></li>