💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
一些资料 支付宝:https://github.com/Latrell/Alipay 银联 : https://github.com/thephpleague/omnipay # yansongda/pay github : https://github.com/yansongda/pay ## 安装 ~~~ $ composer require yansongda/laravel-pay ~~~ 添加 service provider ~~~ Yansongda\LaravelPay\PayServiceProvider::class, ~~~ 添加 alias ~~~ 'Pay' => Yansongda\LaravelPay\Facades\Pay::class, ~~~ 配置文件 ~~~ $ php artisan vendor:publish --provider="Yansongda\\LaravelPay\\PayServiceProvider" --tag=config ~~~ 随后,请在 config 文件夹中完善配置信息。 ## 使用 这边的READ.ME已经讲的非常详细了,但是有点要注意 gateway()这里的网关要写,而且不能写错了,比如你们公司是web,写wap是不行的