New quick tutorial today on how to retrieve your user's google contacts with Google API in Laravel 5.

Ok, to explain a bit how I did it, I first need to set everything in context. If you want to skip and get into it right now, just scroll to the first step.

With Laravel 5 comes a new package named Socialite. This package will help you deal with Oauth providers and it will be far easier for you to install a Social Network Login into your application. I highly recommend to use Socialite if you want to include a Facebook/Google/Github/Twitter connect to your project.