haiaouang/payer

The Hht Payer package.

Installs: 44

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/haiaouang/payer

1.0.2 2017-10-19 12:37 UTC

This package is auto-updated.

Last update: 2025-09-26 23:18:29 UTC


README

Latest Stable Version License

支付管理laravel包开发,用于管理多个支付第三方驱动

安装

在你的终端运行以下命令

composer require haiaouang/payer

或者在composer.json中添加

"haiaouang/payer": "1.0.*"

然后在你的终端运行以下命令

composer update

在配置文件中添加 config/app.php

    'providers' => [
        /**
         * 添加供应商
         */
        Hht\Payer\PayerServiceProvider::class,
    ],

依赖包