laravel-route-to-class icon indicating copy to clipboard operation
laravel-route-to-class copied to clipboard

Remove Class

Open simondotwhite opened this issue 7 years ago • 1 comments

Hi,

I know there is a addClass function but is it possible to add a reverse of that (removeClass)?

simondotwhite avatar Dec 24 '16 16:12 simondotwhite

Considering a couple ideas of managing classes which is why I held off on generating any more helper methods.

I think I'm ultimately going to add a method to get the internal classes property. Since it's a Collection object, it already has all the great methods for interacting with the collection items. That may be harder to test though, any opinion on that implementation?

zschuessler avatar Dec 28 '16 16:12 zschuessler