PHP code example of mango-chutney / craft-raisely-donation-forms

1. Go to this page and download the library: Download mango-chutney/craft-raisely-donation-forms library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mango-chutney / craft-raisely-donation-forms example snippets


'raiselyApiKey' => 'RAISELY_API_KEY'

'campaignCacheDuration' => 604800,
'donationCacheDuration' => 21600
bash
php craft plugin/install raisely-donation-forms
bash
php craft clear-caches/raisely-campaigns
bash
php craft clear-caches/raisely-donations