thephpleague / oauth2-linkedin

LinkedIn Provider for the OAuth 2.0 Client
MIT License
83 stars 37 forks source link

How to import this library into Laravel - not found #47

Closed DeanVanGreunen closed 2 years ago

DeanVanGreunen commented 2 years ago

I have added the library to my package.json and it has installed successfully, I also installed the parent oauth2 library, but League\OAuth2\Client\Provider\LinkedIn can't be found, I'm using laravel 8 and php 8.1

image

DeanVanGreunen commented 2 years ago

@stevenmaguire please assist