thephpleague / color-extractor

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

Does not work in Laravel 5.2 (bindShared has been deprecated). #35

Closed thinksaydo closed 8 years ago

thinksaydo commented 8 years ago

Should switch service provider to singleton() method. See pull request https://github.com/thephpleague/color-extractor/pull/34 for fix @GrahamCampbell