PHP code example of thegamergroup / wallet-transfer

1. Go to this page and download the library: Download thegamergroup/wallet-transfer 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/ */

    

thegamergroup / wallet-transfer example snippets


return [
];

$walletTransfer = new TheGamerGroup\WalletTransfer();
echo $walletTransfer->echoPhrase('Hello, TheGamerGroup!');
bash
php artisan vendor:publish --tag="wallet-transfer-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="wallet-transfer-config"
bash
php artisan vendor:publish --tag="wallet-transfer-views"