Zn4rK / php-withings

PSR-FIG Compatible Withings Body metrics Services API written in PHP.
17 stars 14 forks source link

Laravel 5 #21

Closed toxic0berliner closed 7 years ago

toxic0berliner commented 8 years ago

Hello,

I'm trying to write my chart app with laravel5, but I get an error loading this API. It complaints that the serviceProvider does not implement a package method.

I havebread online that Laravel 5 has changed its packaging,but as I'm very new to Laravel, I'm not able to fix this..

Any help would be welcome.

Zn4rK commented 8 years ago

Have you installed socialite? https://github.com/laravel/socialite

Zn4rK commented 7 years ago

This package should still work with Laravel 5.