thephpleague / color-extractor

Extract colors from an image like a human would do.
thephpleague.com
MIT License
1.3k stars 159 forks source link

Added laravel 5 compatible service provider #28

Closed ajaaibu closed 9 years ago

ajaaibu commented 9 years ago

Created a new service provider to add support for Laravel 5.

toin0u commented 9 years ago

Maybe some unit tests can be nice to have as well :)

zandzpider commented 9 years ago

Would be lovely if this could get merged or looked at. thanks

GrahamCampbell commented 9 years ago

This service provider isn't even needed. The original one does just fine. See https://github.com/thephpleague/color-extractor/pull/30.

toin0u commented 9 years ago

:+1:

GrahamCampbell commented 9 years ago

Ping @MatTheCat regarding replacing this PR with #30.