arturishe21/laravel-liqpay

Laravel 的 LiqPay

安装: 9

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 5

语言:HTML

1.03 2022-11-19 17:13 UTC

This package is not auto-updated.

Last update: 2024-09-22 20:38:13 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Maintainability

为 LiqPay PHP SDK 制作的 Laravel 包。

安装

composer require arturishe21/laravel-liqpay

config/app.php 中的 providers 数组中添加 ServiceProvider

    'providers' => [
    	//other things here

    	Arturishe21\LiqPay\LiqPayServiceProvider::class,
    ];

将外观添加到 facades 数组

    'aliases' => [
    	//other things here

    	'LiqPay' => Arturishe21\LiqPay\Facades\LiqPay::class,
    ];

最后,发布配置文件

php artisan vendor:publish --provider="Arturishe21\LiqPay\LiqPayServiceProvider"

配置

请在 .env 文件中设置您的 API:LIQPAY_PUBLICLIQPAY_PRIVATE