wsjmnh/alipay-sdk-laravel

There is no license information available for the latest version (0.0.1) of this package.

Alipay SDK for Laravel

Installs: 432

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/wsjmnh/alipay-sdk-laravel

0.0.1 2016-11-07 11:11 UTC

This package is auto-updated.

Last update: 2025-11-05 21:10:30 UTC


README

Avoid conflict of 'encrypt' function.

Config config/app.php

'providers' => [
    ...
   Wsjmnh\Alipay\AlipayServiceProvider::class,
]

Run php artisan vendor:publish

config/alipay.php will be generated.