This repo is to help understand how to get google docs file contents from Laravel. We use php google api client to connect with google services.
https://github.com/googleapis/google-api-php-client
Well, you have to make a new project (or use existing project) in google cloud console.
https://console.cloud.google.com
After that you need to enable Google Drive API service and create the API KEY that we need.
- Clone the repo
- Move
.env.exampleto.envand add yourAPI KEY - Run
composer install - Serve your server and