html
html copied to clipboard
Extend Laravel HTML Class
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.
Just to point out - the Facade used by L4 is Html, while here it's HTML, so be careful of that.
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.