Skip to content

dev-lin2/laravel_googledocs

Repository files navigation

Laravel Logo

Google Drive API Example

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

How to integrate Google API?

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.

Installation

  1. Clone the repo
  2. Move .env.example to .env and add your API KEY
  3. Run composer install
  4. Serve your server and

About

Example showing how to get contents of a google docs using laravel and google php api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages