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 -g 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

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

Details of transaction

List of Transaction

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

License requests can be made via email to the creator for the time being.
Release Versions
3.5
base on 2 ratings
0%
50%
50%
0%
0%