soluzione-software/laravel-affiliate-zanox-network

Zanox network integration for soluzione-software/laravel-affiliate.


License
MIT

Documentation

Laravel Affiliate Zanox Network

Latest Version MIT License

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=