mariovalney / laravel-keycloak-web-guard

Simple Keycloak Guard to Laravel Web Routes - https://packagist.org/packages/vizir/laravel-keycloak-web-guard
146 stars 80 forks source link

GuzzleHttp\ClientInterface issue #20

Closed tharindarodrigo closed 4 years ago

tharindarodrigo commented 4 years ago

Hi,

Really appreciate you putting out this package. I'm using Laravel 7 and 1.5.5 of this screencapture-community-test-2020-05-25-18_03_19

Argument 1 passed to Vizir\KeycloakWebGuard\Services\KeycloakService::__construct() must implement interface GuzzleHttp\ClientInterface, null given (View: /home/vagrant/code/community/resources/views/welcome.blade.php)

And I'm trying this on homestead with Keycloak running on docker Appreciate it if you can help me out with this.

mariovalney commented 4 years ago

Hi. Sounds like it's duplicated from #19

I'm going to check it out today. Thanks for reporting.