PHP code example of inisiatif / donation-donor-recap
1. Go to this page and download the library: Download inisiatif/donation-donor-recap 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/ */
inisiatif / donation-donor-recap example snippets
return [
];
$donationRecap = new Inisiatif\DonationRecap();
echo $donationRecap->echoPhrase('Hello, Inisiatif!');
bash
php artisan vendor:publish --tag="donation-donor-recap-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="donation-donor-recap-config"
bash
php artisan vendor:publish --tag="donation-donor-recap-views"