Ladmin CoinPayment

Last update 02/04/22 23:51 UTC Private

Ladmin Coinpayment is a plugin for handle transaction from package hexters/CoinPayment

Installing Via Composer

Following CLI command to add the Composer repository to your composer.json file.

composer config repositories.helacoin.ppmarket.org \
    '{"type": "composer", "url": "https://helacoin.ppmarket.org"}' \
        --file composer.json

To avoid manually typing these credentials, you may create a Composer auth.json file while using your license key in place of your password:

composer config http-basic.helacoin.ppmarket.org [email protected] your-license-key

After your composer.json file has been updated, run the command below to start install this package:

composer require hexters/ladmin-coinpayment

Example Image

Package Require

Add Menu & Role

Add menu to app/Menus/sidebar.php file


use Hexters\Ladmin\CoinPayment\LadminCoinpayment;

return [

    LadminCoinpayment::menus(),
    
    . . .

Add Route

Add route to ladmin Rote


use Illuminate\Support\Facades\Route;
use Hexters\Ladmin\Routes\Ladmin;
use Hexters\Ladmin\CoinPayment\LadminCoinpayment;

. . .

Ladmin::route(function() {

    LadminCoinpayment::route();

    . . .

});

Publish asset

$ php artisan vendor:publish --tag=ladmin-coinpayment --force

Allow Permission

Open administrator page and allow the permission in Access > Permission > Details page

Previews

Create Transaction, this transaction will be send to buyer email

Example Image

Details of transaction

Example Image

List of Transaction

Example Image

List of balance, you can Top up in this module.

Example Image

Release Versions

  • v1.0.0 01/24/2021

3.5

base on 2 ratings

0%
50%
50%
0%
0%
Purchase

11

Download

11