git clone https://github.com/shuvomohajan/bi-directional-sync-zoho-Sheet.git
cd bi-directional-sync-zoho-Sheet
cp .env.example .env
php artisan key:generate
composer install
php artisan migrate --seed
paste the secure
url in the .env file
NGROK_URL= //paste the ngrok secure url here
- Go to Google Cloud Console
- Create a new project
- Enable Google Sheets API
- Create credentials
add redirect uri http://localhost:8000/task-1/oauth-google-sheets/callback
-
Go to Zoho Developer Console
-
Create a new project
add redirect uri http://localhost:8000/task-1/oauth-zoho-crm/callback