omatech/edi-zoho-connect
最新稳定版本:1.3
Composer 安装命令:
composer require omatech/edi-zoho-connect
包简介
Send forms to zoho
README 文档
README
Installation
You can install the package via composer:
composer require omatech/edi-zoho-connect
If provider is not added automatically add the following line to config/app.php:
'providers' => [
...
Omatech\EdiZohoForms\EdiZohoConnectServiceProvider::class,
...
]
Create zoho_forms table.
php artisan migrate
Add to .env the following keys to connect to ZOHO:
ZOHO_OWNER
ZOHO_URL
ZOHO_TOKEN
ZOHO_SEND_FORMS=true
ZOHO_ERROR_MAIL_TO=
In case you want the ZOHO_ERROR_MAIL_TO to be multiple concatenate mails with ;
Usage
Custom Forms
Create your own forms using the following command:
php artisan zoho-forms:create
Example:
new DummyForm([
'language' => 'es',
'data' => request()->all(),
'url' => url()->previous()
]);
It will ask the filename and the zoho form type (leads/campaigns)
Once the file is created you can overwrite the content to adapt it to your needs.
Send forms to ZOHO
php artisan zoho-forms:send
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sarroyo@omatech.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 248
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-06