html icon indicating copy to clipboard operation
html copied to clipboard

Extend Laravel HTML Class

Open agentphoenix opened this issue 12 years ago • 2 comments

Laravel 4 has gained an HTML class, but it's still missing some of the stuff that I use in this class. It'd be awesome to have this class extend the base Laravel HTML class to add some of those missing items back in to the HTML helpers.

agentphoenix avatar Mar 07 '13 13:03 agentphoenix

Just to point out - the Facade used by L4 is Html, while here it's HTML, so be careful of that.

GaryJones avatar Mar 07 '13 17:03 GaryJones

Yeah, I saw that. I just think it'd make more sense to have this class extend the base L4 class so that everything is captured in one class instead of having to worry about which items are in which class: Html or HTML.

agentphoenix avatar Mar 07 '13 18:03 agentphoenix