Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tansautn authored Nov 2, 2024
1 parent 709c798 commit 931e0ec
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Laravel package for efficient synchronization between your models and Google She
- 🚨 Comprehensive notification system
- 🔑 Smart token management for Google API

## Requirements

- PHP `>= 8.1`
- Laravel `>= 10`
- Google API accessible

## Installation

```bash
Expand Down Expand Up @@ -40,12 +46,14 @@ GOOGLE_SHEETS_CLIENT_ID=your-client-id
GOOGLE_SHEETS_CLIENT_SECRET=your-client-secret
GOOGLE_SHEETS_REDIRECT_URI=your-redirect-uri
```
As a wrapped around `revolution/laravel-google-sheets`. these env vars is taken from `config/google.php`

If you already set these authorization values. You can leave env untouched.


### Package Configuration

```php
// As a wrapped around `revolution/laravel-google-sheets`. I'm respecting the values in `config/google.php*
// If you already set these authorization values. You can leave blank in this file
// config/syncro-sheet.php

return [
Expand Down

0 comments on commit 931e0ec

Please sign in to comment.