laravel-affiliate-zanox-network maintained by soluzione-software
Description
Zanox network integration for soluzione-software/laravel-affiliate.
Author
Last update
2021/04/29 10:17
(dev-master)
License
Downloads
103
Laravel Affiliate Zanox Network
Note the package is currently in beta. During the beta period things can and probably will change. Don't use it in production until a stable version has been released. We appreciate you helping out with testing and reporting any bugs.
Zanox network integration for soluzione-software/laravel-affiliate.
Installation & Configuration
composer require soluzione-software/laravel-affiliate-zanox-network
Edit config/affiliate.php:
<?php
return [
//...
/*
|--------------------------------------------------------------------------
| Networks Configuration
|--------------------------------------------------------------------------
*/
'networks' => [
//...
'zanox' => [
'connect_id' => env('ZANOX_CONNECT_ID'),
'secret_key' => env('ZANOX_SECRET_KEY'),
],
],
//...
];
Edit .env:
ZANOX_CONNECT_ID=
ZANOX_SECRET_KEY=