Giter Club home page Giter Club logo

demopay's Introduction

给学网个人收款

GeiXue.com 个人收款视频教程 - 支持支付宝和微信支付的个人收款 : https://geixue.com/course/online-payment-service-for-individual-5qc5uy

Demo 演示

链接:https://pay.geixue.com

使用

第一步,clone 此项目

git clone https://github.com/geixue/demopay.git

第二步,配置 env

.env 文件中配置数据链接, Payjs 的商户号和商户秘钥,给学网的支付推送 API_KEY

# 数据库链接
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pay-demo
DB_USERNAME=root
DB_PASSWORD=

# Payjs 的商户号和商户秘钥 https://payjs.cn/dashboard
PAYJS_MCHID=
PAYJS_KEY=

# 给学网支付推送API_KEY https://hook.geixue.com/dashboard
GEIXUE_API_KEY=

第三步,分别执行下面三个命令

yarn 
// 或者 npm install

composer install

php artisan migrate

demopay's People

Contributors

jellybool avatar

Stargazers

 avatar yukong avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.