Closed akhil-aecor closed 3 years ago
Hi Akhil,
There is no special configuration to use this library on virtual host or localhost, you can use it like any other plugin,
composer require asciisd/zoho
php artisan zoho:install
Server-based Applications
.Any name you want
your base home url
http://your-base-url/zoho/oauth2callback
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_REDIRECT_URI=
ZOHO_CURRENT_USER_EMAIL=
php artisan zoho:authentication
you will prompted to allow authorization to access your Zoho account from your project, and you will be redirected after successfully auth you your home page with message Zoho CRM has been set up successfully.
for https issue I don't know what you mean, can you please send me more details about this issue to be able to help.
Thanks for using the package
Hi @akhil-aecor
is that issue solved yet?
closed since there is no response, so it seems to be solved.
Hi, can you please provide the steps how to configure this plugin on localhost/virtualhost, and how to skip https issue as well.